#AF9668

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

Shades of Barley Corn #AF9668

Tints of Barley Corn #AF9668

Color information

#AF9668 (or 0xAF9668) is unknown color: approx Barley Corn. HEX triplet: AF, 96 and 68. RGB value is (175,150,104). Sum of RGB (Red+Green+Blue) = 175+150+104=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 150 (58.98% from 255 or 34.97% from 429); Blue value is 104 (41.02% from 255 or 24.24% from 429); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9668 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9668 is #506997. Grayscale: #989898. Windows color (decimal): -5269912 or 6854319. OLE color: 6854319.

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

Color convert

RGB175150104-
CMYK00.140.410.31
HSL38.87º30.74%54.71%-
HSV(B)38.87º40.57%68.63%-
XYZ31.0831.9317.62-
YUV152.23100.78144.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.79%
GREEN value IS 150 (58.98% from 255) = 34.97%
BLUE value IS 104 (41.02% from 255) = 24.24%
R=40.79%
G=34.97%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515010400.140.410.3138.8730.7454.71
HexAF96680E291F271f37
Octal2572261500165137473767
Binary10101111100101101101000011101010011111110011111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9668; }

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

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

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

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

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

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

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

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