#A78E6A

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

Shades of Mongoose #A78E6A

Tints of Mongoose #A78E6A

Color information

#A78E6A (or 0xA78E6A) is unknown color: approx Mongoose. HEX triplet: A7, 8E and 6A. RGB value is (167,142,106). Sum of RGB (Red+Green+Blue) = 167+142+106=415 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.24% from 415); Green value is 142 (55.86% from 255 or 34.22% from 415); Blue value is 106 (41.80% from 255 or 25.54% from 415); Max value from RGB is 167 - color contains mainly: red. Hex color #A78E6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78E6A is #587195. Grayscale: #919191. Windows color (decimal): -5796246 or 6983335. OLE color: 6983335.

HSL color Cylindrical-coordinate representation of color #A78E6A: hue angle of 35.41º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A78E6A is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB167142106-
CMYK00.150.370.35
HSL35.41º25.74%53.53%-
HSV(B)35.41º36.53%65.49%-
XYZ28.2128.617.67-
YUV145.37105.78143.43-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.24%
GREEN value IS 142 (55.86% from 255) = 34.22%
BLUE value IS 106 (41.80% from 255) = 25.54%
R=40.24%
G=34.22%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16714210600.150.370.3535.4125.7453.53
HexA78E6A0F2523231a36
Octal2472161520174543433266
Binary101001111000111011010100111110010110001110001111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78E6A; }

 p { color: rgb(167,142,106); }

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

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

 a { background-color: rgb(167,142,106); }

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

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

 span { border-color: rgb(167,142,106); }

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