#AF9566

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

Shades of Barley Corn #AF9566

Tints of Barley Corn #AF9566

Color information

#AF9566 (or 0xAF9566) is unknown color: approx Barley Corn. HEX triplet: AF, 95 and 66. RGB value is (175,149,102). Sum of RGB (Red+Green+Blue) = 175+149+102=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 149 (58.59% from 255 or 34.98% from 426); Blue value is 102 (40.23% from 255 or 23.94% from 426); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9566 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9566 is #506A99. Grayscale: #979797. Windows color (decimal): -5270170 or 6722991. OLE color: 6722991.

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

Color convert

RGB175149102-
CMYK00.150.420.31
HSL38.63º31.33%54.31%-
HSV(B)38.63º41.71%68.63%-
XYZ30.8231.5717.04-
YUV151.42100.11144.82-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.08%
GREEN value IS 149 (58.59% from 255) = 34.98%
BLUE value IS 102 (40.23% from 255) = 23.94%
R=41.08%
G=34.98%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514910200.150.420.3138.6331.3354.31
HexAF95660F2A1F271f36
Octal2572251460175237473766
Binary10101111100101011100110011111010101111110011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9566; }

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

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

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

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

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

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

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

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