#AFAA70

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

Shades of Gimblet #AFAA70

Tints of Gimblet #AFAA70

Color information

#AFAA70 (or 0xAFAA70) is unknown color: approx Gimblet. HEX triplet: AF, AA and 70. RGB value is (175,170,112). Sum of RGB (Red+Green+Blue) = 175+170+112=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 170 (66.80% from 255 or 37.20% from 457); Blue value is 112 (44.14% from 255 or 24.51% from 457); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAA70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAA70 is #50558F. Grayscale: #A5A5A5. Windows color (decimal): -5264784 or 7383727. OLE color: 7383727.

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

Color convert

RGB175170112-
CMYK00.030.360.31
HSL55.24º28.25%56.27%-
HSV(B)55.24º36%68.63%-
XYZ34.9839.0321.02-
YUV164.8898.16135.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.29%
GREEN value IS 170 (66.80% from 255) = 37.20%
BLUE value IS 112 (44.14% from 255) = 24.51%
R=38.29%
G=37.20%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517011200.030.360.3155.2428.2556.27
HexAFAA7003241F371c38
Octal257252160034437673470
Binary101011111010101011100000111001001111111011111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAA70; }

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

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

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

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

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

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

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

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