Html Css Color HEX #AF9442 Turmeric

📋 copy color: '#AF9442'

red 175 ◦ green 148 ◦ blue 66

#AF9442
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turmeric #AF9442

Tints of Turmeric #AF9442

RGB

 RED value IS 175 (68.75% from 255) = 44.99%

 GREEN value IS 148 (58.2% from 255) = 38.05%

 BLUE value IS 66 (26.17% from 255) = 16.97%

R = 44.99%
G = 38.05%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AF9442 (or 0xAF9442) is known color: Turmeric. HEX triplet: AF, 94 and 42. RGB value is (175,148,66). Sum of RGB (Red+Green+Blue) = 175+148+66=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 148 (58.20% from 255 or 38.05% from 389); Blue value is 66 (26.17% from 255 or 16.97% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9442 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9442 is #506BBD. Grayscale: #939393. Windows color (decimal): -5270462 or 4363439. OLE color: 4363439.

HSL color Cylindrical-coordinate representation of color #AF9442: hue angle of 45.14º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF9442 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 148 66 -
CMYK 0 0.15 0.62 0.31
HSL 45.14º 0.45% 0.47% -
HSV(B) 45.14º 0.62% 0.69% -
XYZ 29.25 30.69 9.54 -
YUV 146.73 82.45 148.17 -
System Red Green Blue C M Y K H S L
Decimal 175 148 66 0 0.15 0.62 0.31 45.14 0.45 0.47
Hex AF 94 42 0 F 3E 1F 2D 2D 2F
Octal 257 224 102 0 17 76 37 55 55 57
Binary 10101111 10010100 1000010 0 1111 111110 11111 101101 101101 101111

Color Harmonies of #AF9442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9442

Black with #AF9442

Text Example


Text Example

White with #AF9442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9442; }

 p { color: rgb(175,148,66); }

 H1.HeaderClassName
 {
   color: #AF9442;
 }
 .AnyTagClassName
 {
   color: #AF9442;
 }
</style>

background-color css

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

 a { background-color: rgb(175,148,66); }

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

border-color css

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

 span { border-color: rgb(175,148,66); }

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