#AFAB6F

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

Shades of Gimblet #AFAB6F

Tints of Gimblet #AFAB6F

Color information

#AFAB6F (or 0xAFAB6F) is unknown color: approx Gimblet. HEX triplet: AF, AB and 6F. RGB value is (175,171,111). Sum of RGB (Red+Green+Blue) = 175+171+111=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 111 (43.75% from 255 or 24.29% from 457); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAB6F is #505490. Grayscale: #A5A5A5. Windows color (decimal): -5264529 or 7318447. OLE color: 7318447.

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

Color convert

RGB175171111-
CMYK00.020.370.31
HSL56.25º28.57%56.08%-
HSV(B)56.25º36.57%68.63%-
XYZ35.1139.3920.79-
YUV165.3697.33134.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.29%
GREEN value IS 171 (67.19% from 255) = 37.42%
BLUE value IS 111 (43.75% from 255) = 24.29%
R=38.29%
G=37.42%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517111100.020.370.3156.2528.5756.08
HexAFAB6F02251F381d38
Octal257253157024537703570
Binary101011111010101111011110101001011111111100011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAB6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAB6F; }

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

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

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

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

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

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

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

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