Html Css Color HEX #A65535 Vesuvius

📋 copy color: '#A65535'

red 166 ◦ green 85 ◦ blue 53

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

Shades of Vesuvius #A65535

Tints of Vesuvius #A65535

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.96%

 BLUE value IS 53 (21.09% from 255) = 17.43%

R = 54.61%
G = 27.96%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A65535 (or 0xA65535) is known color: Vesuvius. HEX triplet: A6, 55 and 35. RGB value is (166,85,53). Sum of RGB (Red+Green+Blue) = 166+85+53=304 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.61% from 304); Green value is 85 (33.59% from 255 or 27.96% from 304); Blue value is 53 (21.09% from 255 or 17.43% from 304); Max value from RGB is 166 - color contains mainly: red. Hex color #A65535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65535 is #59AACA. Grayscale: #696969. Windows color (decimal): -5876427 or 3495334. OLE color: 3495334.

HSL color Cylindrical-coordinate representation of color #A65535: hue angle of 16.99º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A65535 is Cyan = 0, Magento = 0.49, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 85 53 -
CMYK 0 0.49 0.68 0.35
HSL 16.99º 0.52% 0.43% -
HSV(B) 16.99º 0.68% 0.65% -
XYZ 19.62 14.86 5.2 -
YUV 105.57 98.34 171.1 -
System Red Green Blue C M Y K H S L
Decimal 166 85 53 0 0.49 0.68 0.35 16.99 0.52 0.43
Hex A6 55 35 0 31 44 23 11 34 2B
Octal 246 125 65 0 61 104 43 21 64 53
Binary 10100110 1010101 110101 0 110001 1000100 100011 10001 110100 101011

Color Harmonies of #A65535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65535

Black with #A65535

Text Example


Text Example

White with #A65535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65535; }

 p { color: rgb(166,85,53); }

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

background-color css

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

 a { background-color: rgb(166,85,53); }

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

border-color css

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

 span { border-color: rgb(166,85,53); }

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