#AFA969

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

Shades of Gimblet #AFA969

Tints of Gimblet #AFA969

Color information

#AFA969 (or 0xAFA969) is unknown color: approx Gimblet. HEX triplet: AF, A9 and 69. RGB value is (175,169,105). Sum of RGB (Red+Green+Blue) = 175+169+105=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 169 (66.41% from 255 or 37.64% from 449); Blue value is 105 (41.41% from 255 or 23.39% from 449); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA969 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA969 is #505696. Grayscale: #A3A3A3. Windows color (decimal): -5265047 or 6924719. OLE color: 6924719.

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

Color convert

RGB175169105-
CMYK00.030.400.31
HSL54.86º30.43%54.9%-
HSV(B)54.86º40%68.63%-
XYZ34.4238.5118.98-
YUV163.594.99136.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.98%
GREEN value IS 169 (66.41% from 255) = 37.64%
BLUE value IS 105 (41.41% from 255) = 23.39%
R=38.98%
G=37.64%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516910500.030.400.3154.8630.4354.9
HexAFA96903281F371e37
Octal257251151035037673667
Binary101011111010100111010010111010001111111011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA969; }

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

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

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

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

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

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

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

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