Html Css Color HEX #A18C75 Mongoose

📋 copy color: '#A18C75'

red 161 ◦ green 140 ◦ blue 117

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

Shades of Mongoose #A18C75

Tints of Mongoose #A18C75

RGB

 RED value IS 161 (63.28% from 255) = 38.52%

 GREEN value IS 140 (55.08% from 255) = 33.49%

 BLUE value IS 117 (46.09% from 255) = 27.99%

R = 38.52%
G = 33.49%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A18C75 (or 0xA18C75) is known color: Mongoose. HEX triplet: A1, 8C and 75. RGB value is (161,140,117). Sum of RGB (Red+Green+Blue) = 161+140+117=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 140 (55.08% from 255 or 33.49% from 418); Blue value is 117 (46.09% from 255 or 27.99% from 418); Max value from RGB is 161 - color contains mainly: red. Hex color #A18C75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18C75 is #5E738A. Grayscale: #8F8F8F. Windows color (decimal): -6189963 or 7703713. OLE color: 7703713.

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

Color convert

RGB 161 140 117 -
CMYK 0 0.13 0.27 0.37
HSL 31.36º 0.19% 0.55% -
HSV(B) 31.36º 0.27% 0.63% -
XYZ 27.29 27.62 20.72 -
YUV 143.66 112.96 140.37 -
System Red Green Blue C M Y K H S L
Decimal 161 140 117 0 0.13 0.27 0.37 31.36 0.19 0.55
Hex A1 8C 75 0 D 1B 25 1F 13 37
Octal 241 214 165 0 15 33 45 37 23 67
Binary 10100001 10001100 1110101 0 1101 11011 100101 11111 10011 110111

Color Harmonies of #A18C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18C75

Black with #A18C75

Text Example


Text Example

White with #A18C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18C75; }

 p { color: rgb(161,140,117); }

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

background-color css

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

 a { background-color: rgb(161,140,117); }

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

border-color css

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

 span { border-color: rgb(161,140,117); }

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