Html Css Color HEX #A58C6C Mongoose

📋 copy color: '#A58C6C'

red 165 ◦ green 140 ◦ blue 108

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

Shades of Mongoose #A58C6C

Tints of Mongoose #A58C6C

RGB

 RED value IS 165 (64.84% from 255) = 39.95%

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

 BLUE value IS 108 (42.58% from 255) = 26.15%

R = 39.95%
G = 33.9%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#A58C6C (or 0xA58C6C) is known color: Mongoose. HEX triplet: A5, 8C and 6C. RGB value is (165,140,108). Sum of RGB (Red+Green+Blue) = 165+140+108=413 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.95% from 413); Green value is 140 (55.08% from 255 or 33.90% from 413); Blue value is 108 (42.58% from 255 or 26.15% from 413); Max value from RGB is 165 - color contains mainly: red. Hex color #A58C6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58C6C is #5A7393. Grayscale: #8F8F8F. Windows color (decimal): -5927828 or 7113893. OLE color: 7113893.

HSL color Cylindrical-coordinate representation of color #A58C6C: hue angle of 33.68º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A58C6C is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 140 108 -
CMYK 0 0.15 0.35 0.35
HSL 33.68º 0.24% 0.54% -
HSV(B) 33.68º 0.35% 0.65% -
XYZ 27.6 27.84 18.11 -
YUV 143.83 107.78 143.1 -
System Red Green Blue C M Y K H S L
Decimal 165 140 108 0 0.15 0.35 0.35 33.68 0.24 0.54
Hex A5 8C 6C 0 F 23 23 22 18 36
Octal 245 214 154 0 17 43 43 42 30 66
Binary 10100101 10001100 1101100 0 1111 100011 100011 100010 11000 110110

Color Harmonies of #A58C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58C6C

Black with #A58C6C

Text Example


Text Example

White with #A58C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58C6C; }

 p { color: rgb(165,140,108); }

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

background-color css

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

 a { background-color: rgb(165,140,108); }

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

border-color css

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

 span { border-color: rgb(165,140,108); }

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