Html Css Color HEX #A55434 Vesuvius

📋 copy color: '#A55434'

red 165 ◦ green 84 ◦ blue 52

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

Shades of Vesuvius #A55434

Tints of Vesuvius #A55434

RGB

 RED value IS 165 (64.84% from 255) = 54.82%

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

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

R = 54.82%
G = 27.91%
B = 17.28%

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

#A55434 (or 0xA55434) is known color: Vesuvius. HEX triplet: A5, 54 and 34. RGB value is (165,84,52). Sum of RGB (Red+Green+Blue) = 165+84+52=301 (39% of max value = 765). Red value is 165 (64.84% from 255 or 54.82% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 52 (20.70% from 255 or 17.28% from 301); Max value from RGB is 165 - color contains mainly: red. Hex color #A55434 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55434 is #5AABCB. Grayscale: #686868. Windows color (decimal): -5942220 or 3429541. OLE color: 3429541.

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

Color convert

RGB 165 84 52 -
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.31 14.59 5.05 -
YUV 104.57 98.34 171.1 -
System Red Green Blue C M Y K H S L
Decimal 165 84 52 0 0.49 0.68 0.35 16.99 0.52 0.43
Hex A5 54 34 0 31 44 23 11 34 2B
Octal 245 124 64 0 61 104 43 21 64 53
Binary 10100101 1010100 110100 0 110001 1000100 100011 10001 110100 101011

Color Harmonies of #A55434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55434

Black with #A55434

Text Example


Text Example

White with #A55434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55434; }

 p { color: rgb(165,84,52); }

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

background-color css

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

 a { background-color: rgb(165,84,52); }

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

border-color css

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

 span { border-color: rgb(165,84,52); }

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