Html Css Color HEX #A65830 Vesuvius

📋 copy color: '#A65830'

red 166 ◦ green 88 ◦ blue 48

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

Shades of Vesuvius #A65830

Tints of Vesuvius #A65830

RGB

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

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

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

R = 54.97%
G = 29.14%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#A65830 (or 0xA65830) is known color: Vesuvius. HEX triplet: A6, 58 and 30. RGB value is (166,88,48). Sum of RGB (Red+Green+Blue) = 166+88+48=302 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.97% from 302); Green value is 88 (34.77% from 255 or 29.14% from 302); Blue value is 48 (19.14% from 255 or 15.89% from 302); Max value from RGB is 166 - color contains mainly: red. Hex color #A65830 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65830 is #59A7CF. Grayscale: #6B6B6B. Windows color (decimal): -5875664 or 3168422. OLE color: 3168422.

HSL color Cylindrical-coordinate representation of color #A65830: hue angle of 20.34º 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 #A65830 is Cyan = 0, Magento = 0.47, Yellow = 0.71 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 88 48 -
CMYK 0 0.47 0.71 0.35
HSL 20.34º 0.55% 0.42% -
HSV(B) 20.34º 0.71% 0.65% -
XYZ 19.75 15.3 4.71 -
YUV 106.76 94.84 170.25 -
System Red Green Blue C M Y K H S L
Decimal 166 88 48 0 0.47 0.71 0.35 20.34 0.55 0.42
Hex A6 58 30 0 2F 47 23 14 37 2A
Octal 246 130 60 0 57 107 43 24 67 52
Binary 10100110 1011000 110000 0 101111 1000111 100011 10100 110111 101010

Color Harmonies of #A65830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65830

Black with #A65830

Text Example


Text Example

White with #A65830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65830; }

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

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

background-color css

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

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

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

border-color css

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

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

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