#AF995A

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

Shades of Barley Corn #AF995A

Tints of Barley Corn #AF995A

Color information

#AF995A (or 0xAF995A) is unknown color: approx Barley Corn. HEX triplet: AF, 99 and 5A. RGB value is (175,153,90). Sum of RGB (Red+Green+Blue) = 175+153+90=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 153 (60.16% from 255 or 36.60% from 418); Blue value is 90 (35.55% from 255 or 21.53% from 418); Max value from RGB is 175 - color contains mainly: red. Hex color #AF995A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF995A is #5066A5. Grayscale: #989898. Windows color (decimal): -5269158 or 5937583. OLE color: 5937583.

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

Color convert

RGB17515390-
CMYK00.130.490.31
HSL44.47º34.69%51.96%-
HSV(B)44.47º48.57%68.63%-
XYZ30.9232.6314.34-
YUV152.492.79144.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.87%
GREEN value IS 153 (60.16% from 255) = 36.60%
BLUE value IS 90 (35.55% from 255) = 21.53%
R=41.87%
G=36.60%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751539000.130.490.3144.4734.6951.96
HexAF995A0D311F2c2334
Octal2572311320156137544364
Binary101011111001100110110100110111000111111101100100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF995A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF995A; }

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

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

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

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

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

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

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

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