#AFA169

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

Shades of Gimblet #AFA169

Tints of Gimblet #AFA169

Color information

#AFA169 (or 0xAFA169) is unknown color: approx Gimblet. HEX triplet: AF, A1 and 69. RGB value is (175,161,105). Sum of RGB (Red+Green+Blue) = 175+161+105=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 161 (63.28% from 255 or 36.51% from 441); Blue value is 105 (41.41% from 255 or 23.81% from 441); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA169 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA169 is #505E96. Grayscale: #9F9F9F. Windows color (decimal): -5267095 or 6922671. OLE color: 6922671.

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

Color convert

RGB175161105-
CMYK00.080.400.31
HSL48º30.43%54.9%-
HSV(B)48º40%68.63%-
XYZ32.9735.6218.5-
YUV158.897.64139.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.68%
GREEN value IS 161 (63.28% from 255) = 36.51%
BLUE value IS 105 (41.41% from 255) = 23.81%
R=39.68%
G=36.51%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516110500.080.400.314830.4354.9
HexAFA16908281F301e37
Octal2572411510105037603667
Binary10101111101000011101001010001010001111111000011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA169; }

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

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

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

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

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

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

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

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