Html Css Color HEX #A18F7A Mongoose

📋 copy color: '#A18F7A'

red 161 ◦ green 143 ◦ blue 122

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

Shades of Mongoose #A18F7A

Tints of Mongoose #A18F7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.64%

R = 37.79%
G = 33.57%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A18F7A (or 0xA18F7A) is known color: Mongoose. HEX triplet: A1, 8F and 7A. RGB value is (161,143,122). Sum of RGB (Red+Green+Blue) = 161+143+122=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 161 - color contains mainly: red. Hex color #A18F7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18F7A is #5E7085. Grayscale: #929292. Windows color (decimal): -6189190 or 8032161. OLE color: 8032161.

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

Color convert

RGB 161 143 122 -
CMYK 0 0.11 0.24 0.37
HSL 32.31º 0.17% 0.55% -
HSV(B) 32.31º 0.24% 0.63% -
XYZ 28.03 28.63 22.46 -
YUV 145.99 114.46 138.71 -
System Red Green Blue C M Y K H S L
Decimal 161 143 122 0 0.11 0.24 0.37 32.31 0.17 0.55
Hex A1 8F 7A 0 B 18 25 20 11 37
Octal 241 217 172 0 13 30 45 40 21 67
Binary 10100001 10001111 1111010 0 1011 11000 100101 100000 10001 110111

Color Harmonies of #A18F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18F7A

Black with #A18F7A

Text Example


Text Example

White with #A18F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18F7A; }

 p { color: rgb(161,143,122); }

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

background-color css

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

 a { background-color: rgb(161,143,122); }

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

border-color css

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

 span { border-color: rgb(161,143,122); }

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