#AF8C44

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

Shades of Turmeric #AF8C44

Tints of Turmeric #AF8C44

Color information

#AF8C44 (or 0xAF8C44) is unknown color: approx Turmeric. HEX triplet: AF, 8C and 44. RGB value is (175,140,68). Sum of RGB (Red+Green+Blue) = 175+140+68=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 140 (55.08% from 255 or 36.55% from 383); Blue value is 68 (26.95% from 255 or 17.75% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8C44 is #5073BB. Grayscale: #8E8E8E. Windows color (decimal): -5272508 or 4492463. OLE color: 4492463.

HSL color Cylindrical-coordinate representation of color #AF8C44: hue angle of 40.37º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF8C44 is Cyan = 0, Magento = 0.2, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB17514068-
CMYK00.20.610.31
HSL40.37º44.03%47.65%-
HSV(B)40.37º61.14%68.63%-
XYZ28.128.299.45-
YUV142.2686.1151.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.69%
GREEN value IS 140 (55.08% from 255) = 36.55%
BLUE value IS 68 (26.95% from 255) = 17.75%
R=45.69%
G=36.55%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751406800.20.610.3140.3744.0347.65
HexAF8C440143D1F282c30
Octal2572141040247537505460
Binary1010111110001100100010001010011110111111101000101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8C44; }

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

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

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

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

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

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

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

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