Html Css Color HEX #A28C75 Mongoose

📋 copy color: '#A28C75'

red 162 ◦ green 140 ◦ blue 117

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

Shades of Mongoose #A28C75

Tints of Mongoose #A28C75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.92%

R = 38.66%
G = 33.41%
B = 27.92%

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

#A28C75 (or 0xA28C75) is known color: Mongoose. HEX triplet: A2, 8C and 75. RGB value is (162,140,117). Sum of RGB (Red+Green+Blue) = 162+140+117=419 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.66% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 117 (46.09% from 255 or 27.92% from 419); Max value from RGB is 162 - color contains mainly: red. Hex color #A28C75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28C75 is #5D738A. Grayscale: #909090. Windows color (decimal): -6124427 or 7703714. OLE color: 7703714.

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

Color convert

RGB 162 140 117 -
CMYK 0 0.14 0.28 0.36
HSL 30.67º 0.19% 0.55% -
HSV(B) 30.67º 0.28% 0.64% -
XYZ 27.49 27.72 20.73 -
YUV 143.96 112.79 140.87 -
System Red Green Blue C M Y K H S L
Decimal 162 140 117 0 0.14 0.28 0.36 30.67 0.19 0.55
Hex A2 8C 75 0 E 1C 24 1F 13 37
Octal 242 214 165 0 16 34 44 37 23 67
Binary 10100010 10001100 1110101 0 1110 11100 100100 11111 10011 110111

Color Harmonies of #A28C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28C75

Black with #A28C75

Text Example


Text Example

White with #A28C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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