#AF9168

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

Shades of Barley Corn #AF9168

Tints of Barley Corn #AF9168

Color information

#AF9168 (or 0xAF9168) is unknown color: approx Barley Corn. HEX triplet: AF, 91 and 68. RGB value is (175,145,104). Sum of RGB (Red+Green+Blue) = 175+145+104=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 145 (57.03% from 255 or 34.20% from 424); Blue value is 104 (41.02% from 255 or 24.53% from 424); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9168 is #506E97. Grayscale: #959595. Windows color (decimal): -5271192 or 6853039. OLE color: 6853039.

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

Color convert

RGB175145104-
CMYK00.170.410.31
HSL34.65º30.74%54.71%-
HSV(B)34.65º40.57%68.63%-
XYZ30.330.3617.36-
YUV149.3102.44146.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.27%
GREEN value IS 145 (57.03% from 255) = 34.20%
BLUE value IS 104 (41.02% from 255) = 24.53%
R=41.27%
G=34.20%
B=24.53%

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
Decimal17514510400.170.410.3134.6530.7454.71
HexAF9168011291F231f37
Octal2572211500215137433767
Binary101011111001000111010000100011010011111110001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9168; }

 p { color: rgb(175,145,104); }

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

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

 a { background-color: rgb(175,145,104); }

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

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

 span { border-color: rgb(175,145,104); }

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