Html Css Color HEX #A28A6F Mongoose

📋 copy color: '#A28A6F'

red 162 ◦ green 138 ◦ blue 111

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

Shades of Mongoose #A28A6F

Tints of Mongoose #A28A6F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.58%

 BLUE value IS 111 (43.75% from 255) = 27.01%

R = 39.42%
G = 33.58%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A28A6F (or 0xA28A6F) is known color: Mongoose. HEX triplet: A2, 8A and 6F. RGB value is (162,138,111). Sum of RGB (Red+Green+Blue) = 162+138+111=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 111 (43.75% from 255 or 27.01% from 411); Max value from RGB is 162 - color contains mainly: red. Hex color #A28A6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28A6F is #5D7590. Grayscale: #8E8E8E. Windows color (decimal): -6124945 or 7309986. OLE color: 7309986.

HSL color Cylindrical-coordinate representation of color #A28A6F: hue angle of 31.76º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A28A6F is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 138 111 -
CMYK 0 0.15 0.31 0.36
HSL 31.76º 0.22% 0.54% -
HSV(B) 31.76º 0.31% 0.64% -
XYZ 26.86 27.01 18.84 -
YUV 142.1 110.45 142.2 -
System Red Green Blue C M Y K H S L
Decimal 162 138 111 0 0.15 0.31 0.36 31.76 0.22 0.54
Hex A2 8A 6F 0 F 1F 24 20 16 36
Octal 242 212 157 0 17 37 44 40 26 66
Binary 10100010 10001010 1101111 0 1111 11111 100100 100000 10110 110110

Color Harmonies of #A28A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28A6F

Black with #A28A6F

Text Example


Text Example

White with #A28A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28A6F; }

 p { color: rgb(162,138,111); }

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

background-color css

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

 a { background-color: rgb(162,138,111); }

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

border-color css

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

 span { border-color: rgb(162,138,111); }

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