#AFAA6F

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

Shades of Gimblet #AFAA6F

Tints of Gimblet #AFAA6F

Color information

#AFAA6F (or 0xAFAA6F) is unknown color: approx Gimblet. HEX triplet: AF, AA and 6F. RGB value is (175,170,111). Sum of RGB (Red+Green+Blue) = 175+170+111=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 170 (66.80% from 255 or 37.28% from 456); Blue value is 111 (43.75% from 255 or 24.34% from 456); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAA6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAA6F is #505590. Grayscale: #A5A5A5. Windows color (decimal): -5264785 or 7318191. OLE color: 7318191.

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

Color convert

RGB175170111-
CMYK00.030.370.31
HSL55.31º28.57%56.08%-
HSV(B)55.31º36.57%68.63%-
XYZ34.9239.0120.73-
YUV164.7797.66135.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.38%
GREEN value IS 170 (66.80% from 255) = 37.28%
BLUE value IS 111 (43.75% from 255) = 24.34%
R=38.38%
G=37.28%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517011100.030.370.3155.3128.5756.08
HexAFAA6F03251F371d38
Octal257252157034537673570
Binary101011111010101011011110111001011111111011111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAA6F; }

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

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

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

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

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

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

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

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