Html Css Color HEX #A48874 Mongoose

📋 copy color: '#A48874'

red 164 ◦ green 136 ◦ blue 116

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

Shades of Mongoose #A48874

Tints of Mongoose #A48874

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.69%

 BLUE value IS 116 (45.7% from 255) = 27.88%

R = 39.42%
G = 32.69%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A48874 (or 0xA48874) is known color: Mongoose. HEX triplet: A4, 88 and 74. RGB value is (164,136,116). Sum of RGB (Red+Green+Blue) = 164+136+116=416 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.42% from 416); Green value is 136 (53.52% from 255 or 32.69% from 416); Blue value is 116 (45.70% from 255 or 27.88% from 416); Max value from RGB is 164 - color contains mainly: red. Hex color #A48874 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48874 is #5B778B. Grayscale: #8E8E8E. Windows color (decimal): -5994380 or 7637156. OLE color: 7637156.

HSL color Cylindrical-coordinate representation of color #A48874: hue angle of 25º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A48874 is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 136 116 -
CMYK 0 0.17 0.29 0.36
HSL 25º 0.21% 0.55% -
HSV(B) 25º 0.29% 0.64% -
XYZ 27.27 26.76 20.25 -
YUV 142.09 113.28 143.63 -
System Red Green Blue C M Y K H S L
Decimal 164 136 116 0 0.17 0.29 0.36 25 0.21 0.55
Hex A4 88 74 0 11 1D 24 19 15 37
Octal 244 210 164 0 21 35 44 31 25 67
Binary 10100100 10001000 1110100 0 10001 11101 100100 11001 10101 110111

Color Harmonies of #A48874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48874

Black with #A48874

Text Example


Text Example

White with #A48874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48874; }

 p { color: rgb(164,136,116); }

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

background-color css

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

 a { background-color: rgb(164,136,116); }

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

border-color css

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

 span { border-color: rgb(164,136,116); }

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