#AF9769

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

Shades of Barley Corn #AF9769

Tints of Barley Corn #AF9769

Color information

#AF9769 (or 0xAF9769) is unknown color: approx Barley Corn. HEX triplet: AF, 97 and 69. RGB value is (175,151,105). Sum of RGB (Red+Green+Blue) = 175+151+105=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 151 (59.38% from 255 or 35.03% from 431); Blue value is 105 (41.41% from 255 or 24.36% from 431); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9769 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9769 is #506896. Grayscale: #999999. Windows color (decimal): -5269655 or 6920111. OLE color: 6920111.

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

Color convert

RGB175151105-
CMYK00.140.400.31
HSL39.43º30.43%54.9%-
HSV(B)39.43º40%68.63%-
XYZ31.332.2717.94-
YUV152.93100.95143.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.60%
GREEN value IS 151 (59.38% from 255) = 35.03%
BLUE value IS 105 (41.41% from 255) = 24.36%
R=40.60%
G=35.03%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515110500.140.400.3139.4330.4354.9
HexAF97690E281F271e37
Octal2572271510165037473667
Binary10101111100101111101001011101010001111110011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9769; }

 p { color: rgb(175,151,105); }

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

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

 a { background-color: rgb(175,151,105); }

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

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

 span { border-color: rgb(175,151,105); }

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