Html Css Color HEX #A65831 Vesuvius

📋 copy color: '#A65831'

red 166 ◦ green 88 ◦ blue 49

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

Shades of Vesuvius #A65831

Tints of Vesuvius #A65831

RGB

 RED value IS 166 (65.23% from 255) = 54.79%

 GREEN value IS 88 (34.77% from 255) = 29.04%

 BLUE value IS 49 (19.53% from 255) = 16.17%

R = 54.79%
G = 29.04%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A65831 (or 0xA65831) is known color: Vesuvius. HEX triplet: A6, 58 and 31. RGB value is (166,88,49). Sum of RGB (Red+Green+Blue) = 166+88+49=303 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.79% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 49 (19.53% from 255 or 16.17% from 303); Max value from RGB is 166 - color contains mainly: red. Hex color #A65831 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65831 is #59A7CE. Grayscale: #6B6B6B. Windows color (decimal): -5875663 or 3233958. OLE color: 3233958.

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

Color convert

RGB 166 88 49 -
CMYK 0 0.47 0.70 0.35
HSL 20º 0.54% 0.42% -
HSV(B) 20º 0.7% 0.65% -
XYZ 19.77 15.31 4.82 -
YUV 106.88 95.34 170.17 -
System Red Green Blue C M Y K H S L
Decimal 166 88 49 0 0.47 0.70 0.35 20 0.54 0.42
Hex A6 58 31 0 2F 46 23 14 36 2A
Octal 246 130 61 0 57 106 43 24 66 52
Binary 10100110 1011000 110001 0 101111 1000110 100011 10100 110110 101010

Color Harmonies of #A65831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65831

Black with #A65831

Text Example


Text Example

White with #A65831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65831; }

 p { color: rgb(166,88,49); }

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

background-color css

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

 a { background-color: rgb(166,88,49); }

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

border-color css

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

 span { border-color: rgb(166,88,49); }

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