#AFA069

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

Shades of Gimblet #AFA069

Tints of Gimblet #AFA069

Color information

#AFA069 (or 0xAFA069) is unknown color: approx Gimblet. HEX triplet: AF, A0 and 69. RGB value is (175,160,105). Sum of RGB (Red+Green+Blue) = 175+160+105=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 160 (62.89% from 255 or 36.36% from 440); Blue value is 105 (41.41% from 255 or 23.86% from 440); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA069 is #505F96. Grayscale: #9E9E9E. Windows color (decimal): -5267351 or 6922415. OLE color: 6922415.

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

Color convert

RGB175160105-
CMYK00.090.400.31
HSL47.14º30.43%54.9%-
HSV(B)47.14º40%68.63%-
XYZ32.835.2818.44-
YUV158.2197.97139.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.77%
GREEN value IS 160 (62.89% from 255) = 36.36%
BLUE value IS 105 (41.41% from 255) = 23.86%
R=39.77%
G=36.36%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516010500.090.400.3147.1430.4354.9
HexAFA06909281F2f1e37
Octal2572401510115037573667
Binary10101111101000001101001010011010001111110111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA069; }

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

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

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

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

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

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

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

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