Html Css Color HEX #AF8C49 Turmeric

📋 copy color: '#AF8C49'

red 175 ◦ green 140 ◦ blue 73

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

Shades of Turmeric #AF8C49

Tints of Turmeric #AF8C49

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.08%

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

R = 45.1%
G = 36.08%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF8C49 (or 0xAF8C49) is known color: Turmeric. HEX triplet: AF, 8C and 49. RGB value is (175,140,73). Sum of RGB (Red+Green+Blue) = 175+140+73=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 140 (55.08% from 255 or 36.08% from 388); Blue value is 73 (28.91% from 255 or 18.81% from 388); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8C49 is #5073B6. Grayscale: #8F8F8F. Windows color (decimal): -5272503 or 4820143. OLE color: 4820143.

HSL color Cylindrical-coordinate representation of color #AF8C49: hue angle of 39.41º 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 #AF8C49 is Cyan = 0, Magento = 0.2, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 140 73 -
CMYK 0 0.2 0.58 0.31
HSL 39.41º 0.41% 0.49% -
HSV(B) 39.41º 0.58% 0.69% -
XYZ 28.26 28.35 10.29 -
YUV 142.83 88.6 150.95 -
System Red Green Blue C M Y K H S L
Decimal 175 140 73 0 0.2 0.58 0.31 39.41 0.41 0.49
Hex AF 8C 49 0 14 3A 1F 27 29 31
Octal 257 214 111 0 24 72 37 47 51 61
Binary 10101111 10001100 1001001 0 10100 111010 11111 100111 101001 110001

Color Harmonies of #AF8C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8C49

Black with #AF8C49

Text Example


Text Example

White with #AF8C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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