Html Css Color HEX #A95534 Vesuvius

📋 copy color: '#A95534'

red 169 ◦ green 85 ◦ blue 52

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

Shades of Vesuvius #A95534

Tints of Vesuvius #A95534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.99%

R = 55.23%
G = 27.78%
B = 16.99%

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

#A95534 (or 0xA95534) is known color: Vesuvius. HEX triplet: A9, 55 and 34. RGB value is (169,85,52). Sum of RGB (Red+Green+Blue) = 169+85+52=306 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.23% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 52 (20.70% from 255 or 16.99% from 306); Max value from RGB is 169 - color contains mainly: red. Hex color #A95534 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95534 is #56AACB. Grayscale: #6A6A6A. Windows color (decimal): -5679820 or 3429801. OLE color: 3429801.

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

Color convert

RGB 169 85 52 -
CMYK 0 0.50 0.69 0.34
HSL 16.92º 0.53% 0.43% -
HSV(B) 16.92º 0.69% 0.66% -
XYZ 20.23 15.18 5.11 -
YUV 106.35 97.33 172.68 -
System Red Green Blue C M Y K H S L
Decimal 169 85 52 0 0.50 0.69 0.34 16.92 0.53 0.43
Hex A9 55 34 0 32 45 22 11 35 2B
Octal 251 125 64 0 62 105 42 21 65 53
Binary 10101001 1010101 110100 0 110010 1000101 100010 10001 110101 101011

Color Harmonies of #A95534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95534

Black with #A95534

Text Example


Text Example

White with #A95534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95534; }

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

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

background-color css

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

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

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

border-color css

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

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

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