Html Css Color HEX #A48F78 Mongoose

📋 copy color: '#A48F78'

red 164 ◦ green 143 ◦ blue 120

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

Shades of Mongoose #A48F78

Tints of Mongoose #A48F78

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.49%

 BLUE value IS 120 (47.27% from 255) = 28.1%

R = 38.41%
G = 33.49%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A48F78 (or 0xA48F78) is known color: Mongoose. HEX triplet: A4, 8F and 78. RGB value is (164,143,120). Sum of RGB (Red+Green+Blue) = 164+143+120=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 143 (56.25% from 255 or 33.49% from 427); Blue value is 120 (47.27% from 255 or 28.10% from 427); Max value from RGB is 164 - color contains mainly: red. Hex color #A48F78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48F78 is #5B7087. Grayscale: #929292. Windows color (decimal): -5992584 or 7901092. OLE color: 7901092.

HSL color Cylindrical-coordinate representation of color #A48F78: hue angle of 31.36º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A48F78 is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 143 120 -
CMYK 0 0.13 0.27 0.36
HSL 31.36º 0.19% 0.56% -
HSV(B) 31.36º 0.27% 0.64% -
XYZ 28.52 28.89 21.84 -
YUV 146.66 112.96 140.37 -
System Red Green Blue C M Y K H S L
Decimal 164 143 120 0 0.13 0.27 0.36 31.36 0.19 0.56
Hex A4 8F 78 0 D 1B 24 1F 13 38
Octal 244 217 170 0 15 33 44 37 23 70
Binary 10100100 10001111 1111000 0 1101 11011 100100 11111 10011 111000

Color Harmonies of #A48F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48F78

Black with #A48F78

Text Example


Text Example

White with #A48F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48F78; }

 p { color: rgb(164,143,120); }

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

background-color css

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

 a { background-color: rgb(164,143,120); }

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

border-color css

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

 span { border-color: rgb(164,143,120); }

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