#AF9569

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

Shades of Barley Corn #AF9569

Tints of Barley Corn #AF9569

Color information

#AF9569 (or 0xAF9569) is unknown color: approx Barley Corn. HEX triplet: AF, 95 and 69. RGB value is (175,149,105). Sum of RGB (Red+Green+Blue) = 175+149+105=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 149 (58.59% from 255 or 34.73% from 429); Blue value is 105 (41.41% from 255 or 24.48% from 429); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9569 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9569 is #506A96. Grayscale: #979797. Windows color (decimal): -5270167 or 6919599. OLE color: 6919599.

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

Color convert

RGB175149105-
CMYK00.150.400.31
HSL37.71º30.43%54.9%-
HSV(B)37.71º40%68.63%-
XYZ30.9831.6317.84-
YUV151.76101.61144.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.79%
GREEN value IS 149 (58.59% from 255) = 34.73%
BLUE value IS 105 (41.41% from 255) = 24.48%
R=40.79%
G=34.73%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514910500.150.400.3137.7130.4354.9
HexAF95690F281F261e37
Octal2572251510175037463667
Binary10101111100101011101001011111010001111110011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9569; }

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

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

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

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

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

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

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

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