Html Css Color HEX #A88672 Mongoose

📋 copy color: '#A88672'

red 168 ◦ green 134 ◦ blue 114

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

Shades of Mongoose #A88672

Tints of Mongoose #A88672

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.21%

 BLUE value IS 114 (44.92% from 255) = 27.4%

R = 40.38%
G = 32.21%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.32

 K value IS 0.34

RGB Variations

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

Color information

#A88672 (or 0xA88672) is known color: Mongoose. HEX triplet: A8, 86 and 72. RGB value is (168,134,114). Sum of RGB (Red+Green+Blue) = 168+134+114=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 134 (52.73% from 255 or 32.21% from 416); Blue value is 114 (44.92% from 255 or 27.40% from 416); Max value from RGB is 168 - color contains mainly: red. Hex color #A88672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88672 is #57798D. Grayscale: #8E8E8E. Windows color (decimal): -5732750 or 7505576. OLE color: 7505576.

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

Color convert

RGB 168 134 114 -
CMYK 0 0.20 0.32 0.34
HSL 22.22º 0.24% 0.55% -
HSV(B) 22.22º 0.32% 0.66% -
XYZ 27.71 26.59 19.59 -
YUV 141.89 112.26 146.63 -
System Red Green Blue C M Y K H S L
Decimal 168 134 114 0 0.20 0.32 0.34 22.22 0.24 0.55
Hex A8 86 72 0 14 20 22 16 18 37
Octal 250 206 162 0 24 40 42 26 30 67
Binary 10101000 10000110 1110010 0 10100 100000 100010 10110 11000 110111

Color Harmonies of #A88672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88672

Black with #A88672

Text Example


Text Example

White with #A88672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88672; }

 p { color: rgb(168,134,114); }

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

background-color css

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

 a { background-color: rgb(168,134,114); }

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

border-color css

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

 span { border-color: rgb(168,134,114); }

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