#AF9467

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

Shades of Barley Corn #AF9467

Tints of Barley Corn #AF9467

Color information

#AF9467 (or 0xAF9467) is unknown color: approx Barley Corn. HEX triplet: AF, 94 and 67. RGB value is (175,148,103). Sum of RGB (Red+Green+Blue) = 175+148+103=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 148 (58.20% from 255 or 34.74% from 426); Blue value is 103 (40.62% from 255 or 24.18% from 426); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9467 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9467 is #506B98. Grayscale: #979797. Windows color (decimal): -5270425 or 6788271. OLE color: 6788271.

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

Color convert

RGB175148103-
CMYK00.150.410.31
HSL37.5º31.03%54.51%-
HSV(B)37.5º41.14%68.63%-
XYZ30.7231.2717.25-
YUV150.94100.95145.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.08%
GREEN value IS 148 (58.20% from 255) = 34.74%
BLUE value IS 103 (40.62% from 255) = 24.18%
R=41.08%
G=34.74%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514810300.150.410.3137.531.0354.51
HexAF94670F291F261f37
Octal2572241470175137463767
Binary10101111100101001100111011111010011111110011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9467; }

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

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

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

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

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

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

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

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