#AF966A

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

Shades of Barley Corn #AF966A

Tints of Barley Corn #AF966A

Color information

#AF966A (or 0xAF966A) is unknown color: approx Barley Corn. HEX triplet: AF, 96 and 6A. RGB value is (175,150,106). Sum of RGB (Red+Green+Blue) = 175+150+106=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 150 (58.98% from 255 or 34.80% from 431); Blue value is 106 (41.80% from 255 or 24.59% from 431); Max value from RGB is 175 - color contains mainly: red. Hex color #AF966A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF966A is #506995. Grayscale: #989898. Windows color (decimal): -5269910 or 6985391. OLE color: 6985391.

HSL color Cylindrical-coordinate representation of color #AF966A: hue angle of 38.26º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF966A is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB175150106-
CMYK00.140.390.31
HSL38.26º30.13%55.1%-
HSV(B)38.26º39.43%68.63%-
XYZ31.1931.9718.16-
YUV152.46101.78144.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.60%
GREEN value IS 150 (58.98% from 255) = 34.80%
BLUE value IS 106 (41.80% from 255) = 24.59%
R=40.60%
G=34.80%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515010600.140.390.3138.2630.1355.1
HexAF966A0E271F261e37
Octal2572261520164737463667
Binary10101111100101101101010011101001111111110011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF966A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF966A; }

 p { color: rgb(175,150,106); }

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

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

 a { background-color: rgb(175,150,106); }

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

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

 span { border-color: rgb(175,150,106); }

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