Html Css Color HEX #AF9149 Turmeric

📋 copy color: '#AF9149'

red 175 ◦ green 145 ◦ blue 73

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

Shades of Turmeric #AF9149

Tints of Turmeric #AF9149

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.9%

 BLUE value IS 73 (28.91% from 255) = 18.58%

R = 44.53%
G = 36.9%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF9149 (or 0xAF9149) is known color: Turmeric. HEX triplet: AF, 91 and 49. RGB value is (175,145,73). Sum of RGB (Red+Green+Blue) = 175+145+73=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 73 (28.91% from 255 or 18.58% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9149 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9149 is #506EB6. Grayscale: #929292. Windows color (decimal): -5271223 or 4821423. OLE color: 4821423.

HSL color Cylindrical-coordinate representation of color #AF9149: hue angle of 42.35º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF9149 is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 145 73 -
CMYK 0 0.17 0.58 0.31
HSL 42.35º 0.41% 0.49% -
HSV(B) 42.35º 0.58% 0.69% -
XYZ 29.01 29.85 10.54 -
YUV 145.76 86.94 148.85 -
System Red Green Blue C M Y K H S L
Decimal 175 145 73 0 0.17 0.58 0.31 42.35 0.41 0.49
Hex AF 91 49 0 11 3A 1F 2A 29 31
Octal 257 221 111 0 21 72 37 52 51 61
Binary 10101111 10010001 1001001 0 10001 111010 11111 101010 101001 110001

Color Harmonies of #AF9149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9149

Black with #AF9149

Text Example


Text Example

White with #AF9149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9149; }

 p { color: rgb(175,145,73); }

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

background-color css

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

 a { background-color: rgb(175,145,73); }

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

border-color css

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

 span { border-color: rgb(175,145,73); }

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