#AF9969

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

Shades of Barley Corn #AF9969

Tints of Barley Corn #AF9969

Color information

#AF9969 (or 0xAF9969) is unknown color: approx Barley Corn. HEX triplet: AF, 99 and 69. RGB value is (175,153,105). Sum of RGB (Red+Green+Blue) = 175+153+105=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 153 (60.16% from 255 or 35.33% from 433); Blue value is 105 (41.41% from 255 or 24.25% from 433); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9969 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9969 is #506696. Grayscale: #9A9A9A. Windows color (decimal): -5269143 or 6920623. OLE color: 6920623.

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

Color convert

RGB175153105-
CMYK00.130.400.31
HSL41.14º30.43%54.9%-
HSV(B)41.14º40%68.63%-
XYZ31.6232.9218.05-
YUV154.11100.29142.9-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.42%
GREEN value IS 153 (60.16% from 255) = 35.33%
BLUE value IS 105 (41.41% from 255) = 24.25%
R=40.42%
G=35.33%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515310500.130.400.3141.1430.4354.9
HexAF99690D281F291e37
Octal2572311510155037513667
Binary10101111100110011101001011011010001111110100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9969; }

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

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

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

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

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

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

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

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