Html Css Color HEX #A55A34 Vesuvius

📋 copy color: '#A55A34'

red 165 ◦ green 90 ◦ blue 52

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

Shades of Vesuvius #A55A34

Tints of Vesuvius #A55A34

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.32%

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

R = 53.75%
G = 29.32%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A55A34 (or 0xA55A34) is known color: Vesuvius. HEX triplet: A5, 5A and 34. RGB value is (165,90,52). Sum of RGB (Red+Green+Blue) = 165+90+52=307 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.75% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 52 (20.70% from 255 or 16.94% from 307); Max value from RGB is 165 - color contains mainly: red. Hex color #A55A34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55A34 is #5AA5CB. Grayscale: #6C6C6C. Windows color (decimal): -5940684 or 3431077. OLE color: 3431077.

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

Color convert

RGB 165 90 52 -
CMYK 0 0.45 0.68 0.35
HSL 20.18º 0.52% 0.43% -
HSV(B) 20.18º 0.68% 0.65% -
XYZ 19.79 15.56 5.21 -
YUV 108.09 96.35 168.59 -
System Red Green Blue C M Y K H S L
Decimal 165 90 52 0 0.45 0.68 0.35 20.18 0.52 0.43
Hex A5 5A 34 0 2D 44 23 14 34 2B
Octal 245 132 64 0 55 104 43 24 64 53
Binary 10100101 1011010 110100 0 101101 1000100 100011 10100 110100 101011

Color Harmonies of #A55A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55A34

Black with #A55A34

Text Example


Text Example

White with #A55A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55A34; }

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

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

background-color css

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

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

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

border-color css

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

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

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