#AF9267

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

Shades of Barley Corn #AF9267

Tints of Barley Corn #AF9267

Color information

#AF9267 (or 0xAF9267) is unknown color: approx Barley Corn. HEX triplet: AF, 92 and 67. RGB value is (175,146,103). Sum of RGB (Red+Green+Blue) = 175+146+103=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 146 (57.42% from 255 or 34.43% from 424); Blue value is 103 (40.62% from 255 or 24.29% from 424); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9267 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9267 is #506D98. Grayscale: #959595. Windows color (decimal): -5270937 or 6787759. OLE color: 6787759.

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

Color convert

RGB175146103-
CMYK00.170.410.31
HSL35.83º31.03%54.51%-
HSV(B)35.83º41.14%68.63%-
XYZ30.4130.6517.15-
YUV149.77101.61146-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.27%
GREEN value IS 146 (57.42% from 255) = 34.43%
BLUE value IS 103 (40.62% from 255) = 24.29%
R=41.27%
G=34.43%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514610300.170.410.3135.8331.0354.51
HexAF9267011291F241f37
Octal2572221470215137443767
Binary101011111001001011001110100011010011111110010011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9267; }

 p { color: rgb(175,146,103); }

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

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

 a { background-color: rgb(175,146,103); }

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

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

 span { border-color: rgb(175,146,103); }

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