#AFAB69

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

Shades of Gimblet #AFAB69

Tints of Gimblet #AFAB69

Color information

#AFAB69 (or 0xAFAB69) is unknown color: approx Gimblet. HEX triplet: AF, AB and 69. RGB value is (175,171,105). Sum of RGB (Red+Green+Blue) = 175+171+105=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 171 (67.19% from 255 or 37.92% from 451); Blue value is 105 (41.41% from 255 or 23.28% from 451); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAB69 is #505496. Grayscale: #A4A4A4. Windows color (decimal): -5264535 or 6925231. OLE color: 6925231.

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

Color convert

RGB175171105-
CMYK00.020.400.31
HSL56.57º30.43%54.9%-
HSV(B)56.57º40%68.63%-
XYZ34.7939.2619.11-
YUV164.6794.33135.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.80%
GREEN value IS 171 (67.19% from 255) = 37.92%
BLUE value IS 105 (41.41% from 255) = 23.28%
R=38.80%
G=37.92%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517110500.020.400.3156.5730.4354.9
HexAFAB6902281F391e37
Octal257253151025037713667
Binary101011111010101111010010101010001111111100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAB69; }

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

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

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

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

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

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

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

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