Html Css Color HEX #A28F76 Mongoose

📋 copy color: '#A28F76'

red 162 ◦ green 143 ◦ blue 118

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

Shades of Mongoose #A28F76

Tints of Mongoose #A28F76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 27.9%

R = 38.3%
G = 33.81%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A28F76 (or 0xA28F76) is known color: Mongoose. HEX triplet: A2, 8F and 76. RGB value is (162,143,118). Sum of RGB (Red+Green+Blue) = 162+143+118=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 162 - color contains mainly: red. Hex color #A28F76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28F76 is #5D7089. Grayscale: #919191. Windows color (decimal): -6123658 or 7770018. OLE color: 7770018.

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

Color convert

RGB 162 143 118 -
CMYK 0 0.12 0.27 0.36
HSL 34.09º 0.19% 0.55% -
HSV(B) 34.09º 0.27% 0.64% -
XYZ 27.99 28.63 21.19 -
YUV 145.83 112.29 139.53 -
System Red Green Blue C M Y K H S L
Decimal 162 143 118 0 0.12 0.27 0.36 34.09 0.19 0.55
Hex A2 8F 76 0 C 1B 24 22 13 37
Octal 242 217 166 0 14 33 44 42 23 67
Binary 10100010 10001111 1110110 0 1100 11011 100100 100010 10011 110111

Color Harmonies of #A28F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28F76

Black with #A28F76

Text Example


Text Example

White with #A28F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28F76; }

 p { color: rgb(162,143,118); }

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

background-color css

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

 a { background-color: rgb(162,143,118); }

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

border-color css

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

 span { border-color: rgb(162,143,118); }

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