#AF9366

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

Shades of Barley Corn #AF9366

Tints of Barley Corn #AF9366

Color information

#AF9366 (or 0xAF9366) is unknown color: approx Barley Corn. HEX triplet: AF, 93 and 66. RGB value is (175,147,102). Sum of RGB (Red+Green+Blue) = 175+147+102=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 147 (57.81% from 255 or 34.67% from 424); Blue value is 102 (40.23% from 255 or 24.06% from 424); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9366 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9366 is #506C99. Grayscale: #969696. Windows color (decimal): -5270682 or 6722479. OLE color: 6722479.

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

Color convert

RGB175147102-
CMYK00.160.420.31
HSL36.99º31.33%54.31%-
HSV(B)36.99º41.71%68.63%-
XYZ30.5130.9416.93-
YUV150.24100.78145.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.27%
GREEN value IS 147 (57.81% from 255) = 34.67%
BLUE value IS 102 (40.23% from 255) = 24.06%
R=41.27%
G=34.67%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514710200.160.420.3136.9931.3354.31
HexAF93660102A1F251f36
Octal2572231460205237453766
Binary101011111001001111001100100001010101111110010111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9366; }

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

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

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

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

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

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

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

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