#AF903B

Color #AF903B Turmeric (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turmeric #AF903B

Tints of Turmeric #AF903B

Color information

#AF903B (or 0xAF903B) is unknown color: approx Turmeric. HEX triplet: AF, 90 and 3B. RGB value is (175,144,59). Sum of RGB (Red+Green+Blue) = 175+144+59=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 144 (56.64% from 255 or 38.10% from 378); Blue value is 59 (23.44% from 255 or 15.61% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AF903B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF903B is #506FC4. Grayscale: #8F8F8F. Windows color (decimal): -5271493 or 3903663. OLE color: 3903663.

HSL color Cylindrical-coordinate representation of color #AF903B: hue angle of 43.97º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF903B is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB17514459-
CMYK00.180.660.31
HSL43.97º49.57%45.88%-
HSV(B)43.97º66.29%68.63%-
XYZ28.4429.388.31-
YUV143.5880.27150.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 46.30%
GREEN value IS 144 (56.64% from 255) = 38.10%
BLUE value IS 59 (23.44% from 255) = 15.61%
R=46.30%
G=38.10%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751445900.180.660.3143.9749.5745.88
HexAF903B012421F2c322e
Octal2572207302210237546256
Binary1010111110010000111011010010100001011111101100110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF903B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF903B; }

 p { color: rgb(175,144,59); }

 H1.HeaderClassName
 {
   color: #AF903B;
 }
 .AnyTagClassName
 {
   color: #AF903B;
 }
</style>
background-color css

<style>
 a { background-color: #AF903B; }

 a { background-color: rgb(175,144,59); }

 div.DivClassName
 {
   background-color: #AF903B;
 }
 .BgClassName
 {
   background-color: #AF903B;
 }
</style>
border-color css

<style>
 span { border-color: #AF903B; }

 span { border-color: rgb(175,144,59); }

 td.TdClassName
 {
   border-color: #AF903B;
 }
 .TagClassName
 {
   border-color: #AF903B;
 }
</style>