#AF9968

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

Shades of Barley Corn #AF9968

Tints of Barley Corn #AF9968

Color information

#AF9968 (or 0xAF9968) is unknown color: approx Barley Corn. HEX triplet: AF, 99 and 68. RGB value is (175,153,104). Sum of RGB (Red+Green+Blue) = 175+153+104=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 153 (60.16% from 255 or 35.42% from 432); Blue value is 104 (41.02% from 255 or 24.07% from 432); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9968 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9968 is #506697. Grayscale: #9A9A9A. Windows color (decimal): -5269144 or 6855087. OLE color: 6855087.

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

Color convert

RGB175153104-
CMYK00.130.410.31
HSL41.41º30.74%54.71%-
HSV(B)41.41º40.57%68.63%-
XYZ31.5732.917.78-
YUV153.9999.79142.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.51%
GREEN value IS 153 (60.16% from 255) = 35.42%
BLUE value IS 104 (41.02% from 255) = 24.07%
R=40.51%
G=35.42%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515310400.130.410.3141.4130.7454.71
HexAF99680D291F291f37
Octal2572311500155137513767
Binary10101111100110011101000011011010011111110100111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9968; }

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

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

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

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

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

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

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

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