#AF9A69

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

Shades of Barley Corn #AF9A69

Tints of Barley Corn #AF9A69

Color information

#AF9A69 (or 0xAF9A69) is unknown color: approx Barley Corn. HEX triplet: AF, 9A and 69. RGB value is (175,154,105). Sum of RGB (Red+Green+Blue) = 175+154+105=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 154 (60.55% from 255 or 35.48% from 434); Blue value is 105 (41.41% from 255 or 24.19% from 434); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9A69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9A69 is #506596. Grayscale: #9A9A9A. Windows color (decimal): -5268887 or 6920879. OLE color: 6920879.

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

Color convert

RGB175154105-
CMYK00.120.400.31
HSL42º30.43%54.9%-
HSV(B)42º40%68.63%-
XYZ31.7833.2518.11-
YUV154.6999.96142.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.32%
GREEN value IS 154 (60.55% from 255) = 35.48%
BLUE value IS 105 (41.41% from 255) = 24.19%
R=40.32%
G=35.48%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515410500.120.400.314230.4354.9
HexAF9A690C281F2a1e37
Octal2572321510145037523667
Binary10101111100110101101001011001010001111110101011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9A69; }

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

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

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

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

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

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

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

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