#AF8A69

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

Shades of Mongoose #AF8A69

Tints of Mongoose #AF8A69

Color information

#AF8A69 (or 0xAF8A69) is unknown color: approx Mongoose. HEX triplet: AF, 8A and 69. RGB value is (175,138,105). Sum of RGB (Red+Green+Blue) = 175+138+105=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 138 (54.30% from 255 or 33.01% from 418); Blue value is 105 (41.41% from 255 or 25.12% from 418); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8A69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8A69 is #507596. Grayscale: #919191. Windows color (decimal): -5272983 or 6916783. OLE color: 6916783.

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

Color convert

RGB175138105-
CMYK00.210.400.31
HSL28.29º30.43%54.9%-
HSV(B)28.29º40%68.63%-
XYZ29.3228.3117.28-
YUV145.3105.26149.18-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.87%
GREEN value IS 138 (54.30% from 255) = 33.01%
BLUE value IS 105 (41.41% from 255) = 25.12%
R=41.87%
G=33.01%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513810500.210.400.3128.2930.4354.9
HexAF8A69015281F1c1e37
Octal2572121510255037343667
Binary10101111100010101101001010101101000111111110011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8A69; }

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

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

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

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

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

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

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

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