Html Css Color HEX #A45930 Vesuvius

📋 copy color: '#A45930'

red 164 ◦ green 89 ◦ blue 48

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

Shades of Vesuvius #A45930

Tints of Vesuvius #A45930

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.57%

 BLUE value IS 48 (19.14% from 255) = 15.95%

R = 54.49%
G = 29.57%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A45930 (or 0xA45930) is known color: Vesuvius. HEX triplet: A4, 59 and 30. RGB value is (164,89,48). Sum of RGB (Red+Green+Blue) = 164+89+48=301 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.49% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 164 - color contains mainly: red. Hex color #A45930 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45930 is #5BA6CF. Grayscale: #6A6A6A. Windows color (decimal): -6006480 or 3168676. OLE color: 3168676.

HSL color Cylindrical-coordinate representation of color #A45930: hue angle of 21.21º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A45930 is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 89 48 -
CMYK 0 0.46 0.71 0.36
HSL 21.21º 0.55% 0.42% -
HSV(B) 21.21º 0.71% 0.64% -
XYZ 19.42 15.25 4.72 -
YUV 106.75 94.85 168.83 -
System Red Green Blue C M Y K H S L
Decimal 164 89 48 0 0.46 0.71 0.36 21.21 0.55 0.42
Hex A4 59 30 0 2E 47 24 15 37 2A
Octal 244 131 60 0 56 107 44 25 67 52
Binary 10100100 1011001 110000 0 101110 1000111 100100 10101 110111 101010

Color Harmonies of #A45930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45930

Black with #A45930

Text Example


Text Example

White with #A45930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45930; }

 p { color: rgb(164,89,48); }

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

background-color css

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

 a { background-color: rgb(164,89,48); }

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

border-color css

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

 span { border-color: rgb(164,89,48); }

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