#AFA469

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

Shades of Gimblet #AFA469

Tints of Gimblet #AFA469

Color information

#AFA469 (or 0xAFA469) is unknown color: approx Gimblet. HEX triplet: AF, A4 and 69. RGB value is (175,164,105). Sum of RGB (Red+Green+Blue) = 175+164+105=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 164 (64.45% from 255 or 36.94% from 444); Blue value is 105 (41.41% from 255 or 23.65% from 444); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA469 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA469 is #505B96. Grayscale: #A0A0A0. Windows color (decimal): -5266327 or 6923439. OLE color: 6923439.

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

Color convert

RGB175164105-
CMYK00.060.400.31
HSL50.57º30.43%54.9%-
HSV(B)50.57º40%68.63%-
XYZ33.536.6818.68-
YUV160.5696.64138.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.41%
GREEN value IS 164 (64.45% from 255) = 36.94%
BLUE value IS 105 (41.41% from 255) = 23.65%
R=39.41%
G=36.94%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516410500.060.400.3150.5730.4354.9
HexAFA46906281F331e37
Octal257244151065037633667
Binary1010111110100100110100101101010001111111001111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA469; }

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

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

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

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

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

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

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

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