Html Css Color HEX #A88A6E Mongoose

📋 copy color: '#A88A6E'

red 168 ◦ green 138 ◦ blue 110

#A88A6E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mongoose #A88A6E

Tints of Mongoose #A88A6E

RGB

 RED value IS 168 (66.02% from 255) = 40.38%

 GREEN value IS 138 (54.3% from 255) = 33.17%

 BLUE value IS 110 (43.36% from 255) = 26.44%

R = 40.38%
G = 33.17%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.35

 K value IS 0.34

RGB Variations

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

Color information

#A88A6E (or 0xA88A6E) is known color: Mongoose. HEX triplet: A8, 8A and 6E. RGB value is (168,138,110). Sum of RGB (Red+Green+Blue) = 168+138+110=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 110 (43.36% from 255 or 26.44% from 416); Max value from RGB is 168 - color contains mainly: red. Hex color #A88A6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88A6E is #577591. Grayscale: #8F8F8F. Windows color (decimal): -5731730 or 7244456. OLE color: 7244456.

HSL color Cylindrical-coordinate representation of color #A88A6E: hue angle of 28.97º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A88A6E is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 138 110 -
CMYK 0 0.18 0.35 0.34
HSL 28.97º 0.25% 0.55% -
HSV(B) 28.97º 0.35% 0.66% -
XYZ 28.05 27.63 18.61 -
YUV 143.78 108.94 145.28 -
System Red Green Blue C M Y K H S L
Decimal 168 138 110 0 0.18 0.35 0.34 28.97 0.25 0.55
Hex A8 8A 6E 0 12 23 22 1D 19 37
Octal 250 212 156 0 22 43 42 35 31 67
Binary 10101000 10001010 1101110 0 10010 100011 100010 11101 11001 110111

Color Harmonies of #A88A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88A6E

Black with #A88A6E

Text Example


Text Example

White with #A88A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88A6E; }

 p { color: rgb(168,138,110); }

 H1.HeaderClassName
 {
   color: #A88A6E;
 }
 .AnyTagClassName
 {
   color: #A88A6E;
 }
</style>

background-color css

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

 a { background-color: rgb(168,138,110); }

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

border-color css

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

 span { border-color: rgb(168,138,110); }

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