#AF9864

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

Shades of Barley Corn #AF9864

Tints of Barley Corn #AF9864

Color information

#AF9864 (or 0xAF9864) is unknown color: approx Barley Corn. HEX triplet: AF, 98 and 64. RGB value is (175,152,100). Sum of RGB (Red+Green+Blue) = 175+152+100=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 152 (59.77% from 255 or 35.60% from 427); Blue value is 100 (39.45% from 255 or 23.42% from 427); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9864 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9864 is #50679B. Grayscale: #999999. Windows color (decimal): -5269404 or 6592687. OLE color: 6592687.

HSL color Cylindrical-coordinate representation of color #AF9864: hue angle of 41.6º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF9864 is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB175152100-
CMYK00.130.430.31
HSL41.6º31.91%53.92%-
HSV(B)41.6º42.86%68.63%-
XYZ31.2132.4916.68-
YUV152.9598.12143.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.98%
GREEN value IS 152 (59.77% from 255) = 35.60%
BLUE value IS 100 (39.45% from 255) = 23.42%
R=40.98%
G=35.60%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515210000.130.430.3141.631.9153.92
HexAF98640D2B1F2a2036
Octal2572301440155337524066
Binary101011111001100011001000110110101111111101010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9864; }

 p { color: rgb(175,152,100); }

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

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

 a { background-color: rgb(175,152,100); }

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

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

 span { border-color: rgb(175,152,100); }

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