#AF9869

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

Shades of Barley Corn #AF9869

Tints of Barley Corn #AF9869

Color information

#AF9869 (or 0xAF9869) is unknown color: approx Barley Corn. HEX triplet: AF, 98 and 69. RGB value is (175,152,105). Sum of RGB (Red+Green+Blue) = 175+152+105=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 152 (59.77% from 255 or 35.19% from 432); Blue value is 105 (41.41% from 255 or 24.31% from 432); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9869 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9869 is #506796. Grayscale: #999999. Windows color (decimal): -5269399 or 6920367. OLE color: 6920367.

HSL color Cylindrical-coordinate representation of color #AF9869: hue angle of 40.29º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF9869 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB175152105-
CMYK00.130.400.31
HSL40.29º30.43%54.9%-
HSV(B)40.29º40%68.63%-
XYZ31.4632.5918-
YUV153.52100.62143.32-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.51%
GREEN value IS 152 (59.77% from 255) = 35.19%
BLUE value IS 105 (41.41% from 255) = 24.31%
R=40.51%
G=35.19%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515210500.130.400.3140.2930.4354.9
HexAF98690D281F281e37
Octal2572301510155037503667
Binary10101111100110001101001011011010001111110100011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9869; }

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

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

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

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

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

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

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

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