#AFAA68

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

Shades of Gimblet #AFAA68

Tints of Gimblet #AFAA68

Color information

#AFAA68 (or 0xAFAA68) is unknown color: approx Gimblet. HEX triplet: AF, AA and 68. RGB value is (175,170,104). Sum of RGB (Red+Green+Blue) = 175+170+104=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 104 (41.02% from 255 or 23.16% from 449); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAA68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAA68 is #505597. Grayscale: #A4A4A4. Windows color (decimal): -5264792 or 6859439. OLE color: 6859439.

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

Color convert

RGB175170104-
CMYK00.030.410.31
HSL55.77º30.74%54.71%-
HSV(B)55.77º40.57%68.63%-
XYZ34.5538.8618.78-
YUV163.9794.16135.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.98%
GREEN value IS 170 (66.80% from 255) = 37.86%
BLUE value IS 104 (41.02% from 255) = 23.16%
R=38.98%
G=37.86%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517010400.030.410.3155.7730.7454.71
HexAFAA6803291F381f37
Octal257252150035137703767
Binary101011111010101011010000111010011111111100011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAA68; }

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

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

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

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

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

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

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

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