Html Css Color HEX #A48672 Mongoose

📋 copy color: '#A48672'

red 164 ◦ green 134 ◦ blue 114

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

Shades of Mongoose #A48672

Tints of Mongoose #A48672

RGB

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

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

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

R = 39.81%
G = 32.52%
B = 27.67%

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

#A48672 (or 0xA48672) is known color: Mongoose. HEX triplet: A4, 86 and 72. RGB value is (164,134,114). Sum of RGB (Red+Green+Blue) = 164+134+114=412 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.81% from 412); Green value is 134 (52.73% from 255 or 32.52% from 412); Blue value is 114 (44.92% from 255 or 27.67% from 412); Max value from RGB is 164 - color contains mainly: red. Hex color #A48672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48672 is #5B798D. Grayscale: #8C8C8C. Windows color (decimal): -5994894 or 7505572. OLE color: 7505572.

HSL color Cylindrical-coordinate representation of color #A48672: hue angle of 24º 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 #A48672 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 134 114 -
CMYK 0 0.18 0.30 0.36
HSL 24º 0.22% 0.55% -
HSV(B) 24º 0.3% 0.64% -
XYZ 26.87 26.16 19.55 -
YUV 140.69 112.94 144.63 -
System Red Green Blue C M Y K H S L
Decimal 164 134 114 0 0.18 0.30 0.36 24 0.22 0.55
Hex A4 86 72 0 12 1E 24 18 16 37
Octal 244 206 162 0 22 36 44 30 26 67
Binary 10100100 10000110 1110010 0 10010 11110 100100 11000 10110 110111

Color Harmonies of #A48672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48672

Black with #A48672

Text Example


Text Example

White with #A48672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48672; }

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

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

background-color css

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

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

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

border-color css

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

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

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