#AFAB66

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

Shades of Gimblet #AFAB66

Tints of Gimblet #AFAB66

Color information

#AFAB66 (or 0xAFAB66) is unknown color: approx Gimblet. HEX triplet: AF, AB and 66. RGB value is (175,171,102). Sum of RGB (Red+Green+Blue) = 175+171+102=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 171 (67.19% from 255 or 38.17% from 448); Blue value is 102 (40.23% from 255 or 22.77% from 448); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAB66 is #505499. Grayscale: #A4A4A4. Windows color (decimal): -5264538 or 6728623. OLE color: 6728623.

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

Color convert

RGB175171102-
CMYK00.020.420.31
HSL56.71º31.33%54.31%-
HSV(B)56.71º41.71%68.63%-
XYZ34.6439.218.31-
YUV164.3392.83135.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.06%
GREEN value IS 171 (67.19% from 255) = 38.17%
BLUE value IS 102 (40.23% from 255) = 22.77%
R=39.06%
G=38.17%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517110200.020.420.3156.7131.3354.31
HexAFAB66022A1F391f36
Octal257253146025237713766
Binary101011111010101111001100101010101111111100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAB66; }

 p { color: rgb(175,171,102); }

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

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

 a { background-color: rgb(175,171,102); }

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

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

 span { border-color: rgb(175,171,102); }

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