Html Css Color HEX #A95535 Vesuvius

📋 copy color: '#A95535'

red 169 ◦ green 85 ◦ blue 53

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

Shades of Vesuvius #A95535

Tints of Vesuvius #A95535

RGB

 RED value IS 169 (66.41% from 255) = 55.05%

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

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

R = 55.05%
G = 27.69%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.69

 K value IS 0.34

RGB Variations

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

Color information

#A95535 (or 0xA95535) is known color: Vesuvius. HEX triplet: A9, 55 and 35. RGB value is (169,85,53). Sum of RGB (Red+Green+Blue) = 169+85+53=307 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.05% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 53 (21.09% from 255 or 17.26% from 307); Max value from RGB is 169 - color contains mainly: red. Hex color #A95535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95535 is #56AACA. Grayscale: #6A6A6A. Windows color (decimal): -5679819 or 3495337. OLE color: 3495337.

HSL color Cylindrical-coordinate representation of color #A95535: hue angle of 16.55º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A95535 is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 85 53 -
CMYK 0 0.50 0.69 0.34
HSL 16.55º 0.52% 0.44% -
HSV(B) 16.55º 0.69% 0.66% -
XYZ 20.25 15.19 5.23 -
YUV 106.47 97.83 172.6 -
System Red Green Blue C M Y K H S L
Decimal 169 85 53 0 0.50 0.69 0.34 16.55 0.52 0.44
Hex A9 55 35 0 32 45 22 11 34 2C
Octal 251 125 65 0 62 105 42 21 64 54
Binary 10101001 1010101 110101 0 110010 1000101 100010 10001 110100 101100

Color Harmonies of #A95535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95535

Black with #A95535

Text Example


Text Example

White with #A95535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95535; }

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

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

background-color css

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

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

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

border-color css

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

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

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