#AFAA67

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

Shades of Gimblet #AFAA67

Tints of Gimblet #AFAA67

Color information

#AFAA67 (or 0xAFAA67) is unknown color: approx Gimblet. HEX triplet: AF, AA and 67. RGB value is (175,170,103). Sum of RGB (Red+Green+Blue) = 175+170+103=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 170 (66.80% from 255 or 37.95% from 448); Blue value is 103 (40.62% from 255 or 22.99% from 448); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAA67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAA67 is #505598. Grayscale: #A4A4A4. Windows color (decimal): -5264793 or 6793903. OLE color: 6793903.

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

Color convert

RGB175170103-
CMYK00.030.410.31
HSL55.83º31.03%54.51%-
HSV(B)55.83º41.14%68.63%-
XYZ34.538.8418.51-
YUV163.8693.66135.95-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.06%
GREEN value IS 170 (66.80% from 255) = 37.95%
BLUE value IS 103 (40.62% from 255) = 22.99%
R=39.06%
G=37.95%
B=22.99%

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
Decimal17517010300.030.410.3155.8331.0354.51
HexAFAA6703291F381f37
Octal257252147035137703767
Binary101011111010101011001110111010011111111100011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAA67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAA67; }

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

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

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

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

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

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

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

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