Html Css Color HEX #A45535 Vesuvius

📋 copy color: '#A45535'

red 164 ◦ green 85 ◦ blue 53

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

Shades of Vesuvius #A45535

Tints of Vesuvius #A45535

RGB

 RED value IS 164 (64.45% from 255) = 54.3%

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

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

R = 54.3%
G = 28.15%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#A45535 (or 0xA45535) is known color: Vesuvius. HEX triplet: A4, 55 and 35. RGB value is (164,85,53). Sum of RGB (Red+Green+Blue) = 164+85+53=302 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.30% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 53 (21.09% from 255 or 17.55% from 302); Max value from RGB is 164 - color contains mainly: red. Hex color #A45535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45535 is #5BAACA. Grayscale: #696969. Windows color (decimal): -6007499 or 3495332. OLE color: 3495332.

HSL color Cylindrical-coordinate representation of color #A45535: hue angle of 17.3º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A45535 is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 85 53 -
CMYK 0 0.48 0.68 0.36
HSL 17.3º 0.51% 0.43% -
HSV(B) 17.3º 0.68% 0.64% -
XYZ 19.2 14.65 5.18 -
YUV 104.97 98.67 170.1 -
System Red Green Blue C M Y K H S L
Decimal 164 85 53 0 0.48 0.68 0.36 17.3 0.51 0.43
Hex A4 55 35 0 30 44 24 11 33 2B
Octal 244 125 65 0 60 104 44 21 63 53
Binary 10100100 1010101 110101 0 110000 1000100 100100 10001 110011 101011

Color Harmonies of #A45535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45535

Black with #A45535

Text Example


Text Example

White with #A45535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45535; }

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

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

background-color css

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

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

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

border-color css

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

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

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