Html Css Color HEX #A65430 Vesuvius

📋 copy color: '#A65430'

red 166 ◦ green 84 ◦ blue 48

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

Shades of Vesuvius #A65430

Tints of Vesuvius #A65430

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.19%

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

R = 55.7%
G = 28.19%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#A65430 (or 0xA65430) is known color: Vesuvius. HEX triplet: A6, 54 and 30. RGB value is (166,84,48). Sum of RGB (Red+Green+Blue) = 166+84+48=298 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.70% from 298); Green value is 84 (33.20% from 255 or 28.19% from 298); Blue value is 48 (19.14% from 255 or 16.11% from 298); Max value from RGB is 166 - color contains mainly: red. Hex color #A65430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65430 is #59ABCF. Grayscale: #686868. Windows color (decimal): -5876688 or 3167398. OLE color: 3167398.

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

Color convert

RGB 166 84 48 -
CMYK 0 0.49 0.71 0.35
HSL 18.31º 0.55% 0.42% -
HSV(B) 18.31º 0.71% 0.65% -
XYZ 19.43 14.66 4.6 -
YUV 104.41 96.17 171.93 -
System Red Green Blue C M Y K H S L
Decimal 166 84 48 0 0.49 0.71 0.35 18.31 0.55 0.42
Hex A6 54 30 0 31 47 23 12 37 2A
Octal 246 124 60 0 61 107 43 22 67 52
Binary 10100110 1010100 110000 0 110001 1000111 100011 10010 110111 101010

Color Harmonies of #A65430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65430

Black with #A65430

Text Example


Text Example

White with #A65430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65430; }

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

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

background-color css

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

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

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

border-color css

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

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

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