Html Css Color HEX #A28B72 Mongoose

📋 copy color: '#A28B72'

red 162 ◦ green 139 ◦ blue 114

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

Shades of Mongoose #A28B72

Tints of Mongoose #A28B72

RGB

 RED value IS 162 (63.67% from 255) = 39.04%

 GREEN value IS 139 (54.69% from 255) = 33.49%

 BLUE value IS 114 (44.92% from 255) = 27.47%

R = 39.04%
G = 33.49%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A28B72 (or 0xA28B72) is known color: Mongoose. HEX triplet: A2, 8B and 72. RGB value is (162,139,114). Sum of RGB (Red+Green+Blue) = 162+139+114=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 139 (54.69% from 255 or 33.49% from 415); Blue value is 114 (44.92% from 255 or 27.47% from 415); Max value from RGB is 162 - color contains mainly: red. Hex color #A28B72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28B72 is #5D748D. Grayscale: #8F8F8F. Windows color (decimal): -6124686 or 7506850. OLE color: 7506850.

HSL color Cylindrical-coordinate representation of color #A28B72: hue angle of 31.25º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A28B72 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 139 114 -
CMYK 0 0.14 0.30 0.36
HSL 31.25º 0.21% 0.54% -
HSV(B) 31.25º 0.3% 0.64% -
XYZ 27.17 27.36 19.77 -
YUV 143.03 111.62 141.53 -
System Red Green Blue C M Y K H S L
Decimal 162 139 114 0 0.14 0.30 0.36 31.25 0.21 0.54
Hex A2 8B 72 0 E 1E 24 1F 15 36
Octal 242 213 162 0 16 36 44 37 25 66
Binary 10100010 10001011 1110010 0 1110 11110 100100 11111 10101 110110

Color Harmonies of #A28B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28B72

Black with #A28B72

Text Example


Text Example

White with #A28B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28B72; }

 p { color: rgb(162,139,114); }

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

background-color css

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

 a { background-color: rgb(162,139,114); }

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

border-color css

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

 span { border-color: rgb(162,139,114); }

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