#AF9A6A

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

Shades of Barley Corn #AF9A6A

Tints of Barley Corn #AF9A6A

Color information

#AF9A6A (or 0xAF9A6A) is unknown color: approx Barley Corn. HEX triplet: AF, 9A and 6A. RGB value is (175,154,106). Sum of RGB (Red+Green+Blue) = 175+154+106=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 154 (60.55% from 255 or 35.40% from 435); Blue value is 106 (41.80% from 255 or 24.37% from 435); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9A6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9A6A is #506595. Grayscale: #9B9B9B. Windows color (decimal): -5268886 or 6986415. OLE color: 6986415.

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

Color convert

RGB175154106-
CMYK00.120.390.31
HSL41.74º30.13%55.1%-
HSV(B)41.74º39.43%68.63%-
XYZ31.8433.2718.38-
YUV154.81100.46142.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.23%
GREEN value IS 154 (60.55% from 255) = 35.40%
BLUE value IS 106 (41.80% from 255) = 24.37%
R=40.23%
G=35.40%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515410600.120.390.3141.7430.1355.1
HexAF9A6A0C271F2a1e37
Octal2572321520144737523667
Binary10101111100110101101010011001001111111110101011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9A6A; }

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

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

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

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

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

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

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

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