Html Css Color HEX #A48772 Mongoose

📋 copy color: '#A48772'

red 164 ◦ green 135 ◦ blue 114

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

Shades of Mongoose #A48772

Tints of Mongoose #A48772

RGB

 RED value IS 164 (64.45% from 255) = 39.71%

 GREEN value IS 135 (53.13% from 255) = 32.69%

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

R = 39.71%
G = 32.69%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A48772 (or 0xA48772) is known color: Mongoose. HEX triplet: A4, 87 and 72. RGB value is (164,135,114). Sum of RGB (Red+Green+Blue) = 164+135+114=413 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.71% from 413); Green value is 135 (53.12% from 255 or 32.69% from 413); Blue value is 114 (44.92% from 255 or 27.60% from 413); Max value from RGB is 164 - color contains mainly: red. Hex color #A48772 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48772 is #5B788D. Grayscale: #8D8D8D. Windows color (decimal): -5994638 or 7505828. OLE color: 7505828.

HSL color Cylindrical-coordinate representation of color #A48772: hue angle of 25.2º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A48772 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 135 114 -
CMYK 0 0.18 0.30 0.36
HSL 25.2º 0.22% 0.55% -
HSV(B) 25.2º 0.3% 0.64% -
XYZ 27.01 26.44 19.6 -
YUV 141.28 112.61 144.21 -
System Red Green Blue C M Y K H S L
Decimal 164 135 114 0 0.18 0.30 0.36 25.2 0.22 0.55
Hex A4 87 72 0 12 1E 24 19 16 37
Octal 244 207 162 0 22 36 44 31 26 67
Binary 10100100 10000111 1110010 0 10010 11110 100100 11001 10110 110111

Color Harmonies of #A48772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48772

Black with #A48772

Text Example


Text Example

White with #A48772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48772; }

 p { color: rgb(164,135,114); }

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

background-color css

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

 a { background-color: rgb(164,135,114); }

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

border-color css

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

 span { border-color: rgb(164,135,114); }

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