#AFA869

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

Shades of Gimblet #AFA869

Tints of Gimblet #AFA869

Color information

#AFA869 (or 0xAFA869) is unknown color: approx Gimblet. HEX triplet: AF, A8 and 69. RGB value is (175,168,105). Sum of RGB (Red+Green+Blue) = 175+168+105=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 168 (66.02% from 255 or 37.5% from 448); Blue value is 105 (41.41% from 255 or 23.44% from 448); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA869 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA869 is #505796. Grayscale: #A3A3A3. Windows color (decimal): -5265303 or 6924463. OLE color: 6924463.

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

Color convert

RGB175168105-
CMYK00.040.400.31
HSL54º30.43%54.9%-
HSV(B)54º40%68.63%-
XYZ34.2338.1418.92-
YUV162.9195.32136.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.06%
GREEN value IS 168 (66.02% from 255) = 37.5%
BLUE value IS 105 (41.41% from 255) = 23.44%
R=39.06%
G=37.5%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516810500.040.400.315430.4354.9
HexAFA86904281F361e37
Octal257250151045037663667
Binary1010111110101000110100101001010001111111011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA869; }

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

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

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

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

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

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

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

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