#AF955A

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

Shades of Barley Corn #AF955A

Tints of Barley Corn #AF955A

Color information

#AF955A (or 0xAF955A) is unknown color: approx Barley Corn. HEX triplet: AF, 95 and 5A. RGB value is (175,149,90). Sum of RGB (Red+Green+Blue) = 175+149+90=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 149 (58.59% from 255 or 35.99% from 414); Blue value is 90 (35.55% from 255 or 21.74% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AF955A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF955A is #506AA5. Grayscale: #969696. Windows color (decimal): -5270182 or 5936559. OLE color: 5936559.

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

Color convert

RGB17514990-
CMYK00.150.490.31
HSL41.65º34.69%51.96%-
HSV(B)41.65º48.57%68.63%-
XYZ30.2731.3514.13-
YUV150.0594.11145.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.27%
GREEN value IS 149 (58.59% from 255) = 35.99%
BLUE value IS 90 (35.55% from 255) = 21.74%
R=42.27%
G=35.99%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751499000.150.490.3141.6534.6951.96
HexAF955A0F311F2a2334
Octal2572251320176137524364
Binary101011111001010110110100111111000111111101010100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF955A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF955A; }

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

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

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

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

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

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

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

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