#AFAA62

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

Shades of Gimblet #AFAA62

Tints of Gimblet #AFAA62

Color information

#AFAA62 (or 0xAFAA62) is unknown color: approx Gimblet. HEX triplet: AF, AA and 62. RGB value is (175,170,98). Sum of RGB (Red+Green+Blue) = 175+170+98=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 170 (66.80% from 255 or 38.37% from 443); Blue value is 98 (38.67% from 255 or 22.12% from 443); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAA62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAA62 is #50559D. Grayscale: #A3A3A3. Windows color (decimal): -5264798 or 6466223. OLE color: 6466223.

HSL color Cylindrical-coordinate representation of color #AFAA62: hue angle of 56.1º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AFAA62 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB17517098-
CMYK00.030.440.31
HSL56.1º32.49%53.53%-
HSV(B)56.1º44%68.63%-
XYZ34.2638.7517.23-
YUV163.2991.16136.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.50%
GREEN value IS 170 (66.80% from 255) = 38.37%
BLUE value IS 98 (38.67% from 255) = 22.12%
R=39.50%
G=38.37%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751709800.030.440.3156.132.4953.53
HexAFAA62032C1F382036
Octal257252142035437704066
Binary1010111110101010110001001110110011111111000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAA62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAA62; }

 p { color: rgb(175,170,98); }

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

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

 a { background-color: rgb(175,170,98); }

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

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

 span { border-color: rgb(175,170,98); }

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