Html Css Color HEX #A28C74 Mongoose

📋 copy color: '#A28C74'

red 162 ◦ green 140 ◦ blue 116

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

Shades of Mongoose #A28C74

Tints of Mongoose #A28C74

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.49%

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

R = 38.76%
G = 33.49%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A28C74 (or 0xA28C74) is known color: Mongoose. HEX triplet: A2, 8C and 74. RGB value is (162,140,116). Sum of RGB (Red+Green+Blue) = 162+140+116=418 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.76% from 418); Green value is 140 (55.08% from 255 or 33.49% from 418); Blue value is 116 (45.70% from 255 or 27.75% from 418); Max value from RGB is 162 - color contains mainly: red. Hex color #A28C74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28C74 is #5D738B. Grayscale: #8F8F8F. Windows color (decimal): -6124428 or 7638178. OLE color: 7638178.

HSL color Cylindrical-coordinate representation of color #A28C74: hue angle of 31.3º 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 #A28C74 is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 140 116 -
CMYK 0 0.14 0.28 0.36
HSL 31.3º 0.2% 0.55% -
HSV(B) 31.3º 0.28% 0.64% -
XYZ 27.43 27.7 20.42 -
YUV 143.84 112.29 140.95 -
System Red Green Blue C M Y K H S L
Decimal 162 140 116 0 0.14 0.28 0.36 31.3 0.2 0.55
Hex A2 8C 74 0 E 1C 24 1F 14 37
Octal 242 214 164 0 16 34 44 37 24 67
Binary 10100010 10001100 1110100 0 1110 11100 100100 11111 10100 110111

Color Harmonies of #A28C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28C74

Black with #A28C74

Text Example


Text Example

White with #A28C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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