Html Css Color HEX #A7552D Vesuvius

📋 copy color: '#A7552D'

red 167 ◦ green 85 ◦ blue 45

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

Shades of Vesuvius #A7552D

Tints of Vesuvius #A7552D

RGB

 RED value IS 167 (65.63% from 255) = 56.23%

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

 BLUE value IS 45 (17.97% from 255) = 15.15%

R = 56.23%
G = 28.62%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A7552D (or 0xA7552D) is known color: Vesuvius. HEX triplet: A7, 55 and 2D. RGB value is (167,85,45). Sum of RGB (Red+Green+Blue) = 167+85+45=297 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.23% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 167 - color contains mainly: red. Hex color #A7552D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7552D is #58AAD2. Grayscale: #696969. Windows color (decimal): -5810899 or 2971047. OLE color: 2971047.

HSL color Cylindrical-coordinate representation of color #A7552D: hue angle of 19.67º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A7552D is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 85 45 -
CMYK 0 0.49 0.73 0.35
HSL 19.67º 0.58% 0.42% -
HSV(B) 19.67º 0.73% 0.65% -
XYZ 19.66 14.9 4.32 -
YUV 104.96 94.17 172.25 -
System Red Green Blue C M Y K H S L
Decimal 167 85 45 0 0.49 0.73 0.35 19.67 0.58 0.42
Hex A7 55 2D 0 31 49 23 14 3A 2A
Octal 247 125 55 0 61 111 43 24 72 52
Binary 10100111 1010101 101101 0 110001 1001001 100011 10100 111010 101010

Color Harmonies of #A7552D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7552D

Black with #A7552D

Text Example


Text Example

White with #A7552D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7552D; }

 p { color: rgb(167,85,45); }

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

background-color css

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

 a { background-color: rgb(167,85,45); }

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

border-color css

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

 span { border-color: rgb(167,85,45); }

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