#af9b67

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

Shades of Barley Corn #AF9B67

Tints of Barley Corn #AF9B67

Color information

#AF9B67 (or 0xAF9B67) is unknown color: approx Barley Corn. HEX triplet: AF, 9B and 67. RGB value is (175,155,103). Sum of RGB (Red+Green+Blue) = 175+155+103=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 155 (60.94% from 255 or 35.80% from 433); Blue value is 103 (40.62% from 255 or 23.79% from 433); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9B67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9B67 is #506498. Grayscale: #9B9B9B. Windows color (decimal): -5268633 or 6790063. OLE color: 6790063.

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

Color convert

RGB175155103-
CMYK00.110.410.31
HSL43.33º31.03%54.51%-
HSV(B)43.33º41.14%68.63%-
XYZ31.8533.5417.63-
YUV155.0598.63142.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.42%
GREEN value IS 155 (60.94% from 255) = 35.80%
BLUE value IS 103 (40.62% from 255) = 23.79%
R=40.42%
G=35.80%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515510300.110.410.3143.3331.0354.51
HexAF9B670B291F2b1f37
Octal2572331470135137533767
Binary10101111100110111100111010111010011111110101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af9b67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af9b67; }

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

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

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

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

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

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

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

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