Html Css Color HEX #A65730 Vesuvius

📋 copy color: '#A65730'

red 166 ◦ green 87 ◦ blue 48

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

Shades of Vesuvius #A65730

Tints of Vesuvius #A65730

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.9%

 BLUE value IS 48 (19.14% from 255) = 15.95%

R = 55.15%
G = 28.9%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#A65730 (or 0xA65730) is known color: Vesuvius. HEX triplet: A6, 57 and 30. RGB value is (166,87,48). Sum of RGB (Red+Green+Blue) = 166+87+48=301 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.15% from 301); Green value is 87 (34.38% from 255 or 28.90% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 166 - color contains mainly: red. Hex color #A65730 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65730 is #59A8CF. Grayscale: #6A6A6A. Windows color (decimal): -5875920 or 3168166. OLE color: 3168166.

HSL color Cylindrical-coordinate representation of color #A65730: hue angle of 19.83º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A65730 is Cyan = 0, Magento = 0.48, Yellow = 0.71 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 87 48 -
CMYK 0 0.48 0.71 0.35
HSL 19.83º 0.55% 0.42% -
HSV(B) 19.83º 0.71% 0.65% -
XYZ 19.67 15.14 4.68 -
YUV 106.18 95.17 170.67 -
System Red Green Blue C M Y K H S L
Decimal 166 87 48 0 0.48 0.71 0.35 19.83 0.55 0.42
Hex A6 57 30 0 30 47 23 14 37 2A
Octal 246 127 60 0 60 107 43 24 67 52
Binary 10100110 1010111 110000 0 110000 1000111 100011 10100 110111 101010

Color Harmonies of #A65730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65730

Black with #A65730

Text Example


Text Example

White with #A65730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65730; }

 p { color: rgb(166,87,48); }

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

background-color css

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

 a { background-color: rgb(166,87,48); }

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

border-color css

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

 span { border-color: rgb(166,87,48); }

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