Html Css Color HEX #A28D74 Mongoose

📋 copy color: '#A28D74'

red 162 ◦ green 141 ◦ blue 116

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

Shades of Mongoose #A28D74

Tints of Mongoose #A28D74

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.65%

 BLUE value IS 116 (45.7% from 255) = 27.68%

R = 38.66%
G = 33.65%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A28D74 (or 0xA28D74) is known color: Mongoose. HEX triplet: A2, 8D and 74. RGB value is (162,141,116). Sum of RGB (Red+Green+Blue) = 162+141+116=419 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.66% from 419); Green value is 141 (55.47% from 255 or 33.65% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 162 - color contains mainly: red. Hex color #A28D74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28D74 is #5D728B. Grayscale: #909090. Windows color (decimal): -6124172 or 7638434. OLE color: 7638434.

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

Color convert

RGB 162 141 116 -
CMYK 0 0.13 0.28 0.36
HSL 32.61º 0.2% 0.55% -
HSV(B) 32.61º 0.28% 0.64% -
XYZ 27.58 27.99 20.47 -
YUV 144.43 111.96 140.53 -
System Red Green Blue C M Y K H S L
Decimal 162 141 116 0 0.13 0.28 0.36 32.61 0.2 0.55
Hex A2 8D 74 0 D 1C 24 21 14 37
Octal 242 215 164 0 15 34 44 41 24 67
Binary 10100010 10001101 1110100 0 1101 11100 100100 100001 10100 110111

Color Harmonies of #A28D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28D74

Black with #A28D74

Text Example


Text Example

White with #A28D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28D74; }

 p { color: rgb(162,141,116); }

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

background-color css

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

 a { background-color: rgb(162,141,116); }

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

border-color css

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

 span { border-color: rgb(162,141,116); }

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