Html Css Color HEX #A48E67 Mongoose

📋 copy color: '#A48E67'

red 164 ◦ green 142 ◦ blue 103

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

Shades of Mongoose #A48E67

Tints of Mongoose #A48E67

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.72%

 BLUE value IS 103 (40.63% from 255) = 25.18%

R = 40.1%
G = 34.72%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A48E67 (or 0xA48E67) is known color: Mongoose. HEX triplet: A4, 8E and 67. RGB value is (164,142,103). Sum of RGB (Red+Green+Blue) = 164+142+103=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 142 (55.86% from 255 or 34.72% from 409); Blue value is 103 (40.62% from 255 or 25.18% from 409); Max value from RGB is 164 - color contains mainly: red. Hex color #A48E67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48E67 is #5B7198. Grayscale: #909090. Windows color (decimal): -5992857 or 6786724. OLE color: 6786724.

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

Color convert

RGB 164 142 103 -
CMYK 0 0.13 0.37 0.36
HSL 38.36º 0.25% 0.52% -
HSV(B) 38.36º 0.37% 0.64% -
XYZ 27.43 28.22 16.83 -
YUV 144.13 104.79 142.17 -
System Red Green Blue C M Y K H S L
Decimal 164 142 103 0 0.13 0.37 0.36 38.36 0.25 0.52
Hex A4 8E 67 0 D 25 24 26 19 34
Octal 244 216 147 0 15 45 44 46 31 64
Binary 10100100 10001110 1100111 0 1101 100101 100100 100110 11001 110100

Color Harmonies of #A48E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48E67

Black with #A48E67

Text Example


Text Example

White with #A48E67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48E67; }

 p { color: rgb(164,142,103); }

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

background-color css

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

 a { background-color: rgb(164,142,103); }

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

border-color css

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

 span { border-color: rgb(164,142,103); }

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