Html Css Color HEX #A9552F Vesuvius

📋 copy color: '#A9552F'

red 169 ◦ green 85 ◦ blue 47

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

Shades of Vesuvius #A9552F

Tints of Vesuvius #A9552F

RGB

 RED value IS 169 (66.41% from 255) = 56.15%

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

 BLUE value IS 47 (18.75% from 255) = 15.61%

R = 56.15%
G = 28.24%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.72

 K value IS 0.34

RGB Variations

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

Color information

#A9552F (or 0xA9552F) is known color: Vesuvius. HEX triplet: A9, 55 and 2F. RGB value is (169,85,47). Sum of RGB (Red+Green+Blue) = 169+85+47=301 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.15% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 47 (18.75% from 255 or 15.61% from 301); Max value from RGB is 169 - color contains mainly: red. Hex color #A9552F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9552F is #56AAD0. Grayscale: #6A6A6A. Windows color (decimal): -5679825 or 3102121. OLE color: 3102121.

HSL color Cylindrical-coordinate representation of color #A9552F: hue angle of 18.69º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A9552F is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 85 47 -
CMYK 0 0.50 0.72 0.34
HSL 18.69º 0.56% 0.42% -
HSV(B) 18.69º 0.72% 0.66% -
XYZ 20.12 15.14 4.55 -
YUV 105.78 94.83 173.09 -
System Red Green Blue C M Y K H S L
Decimal 169 85 47 0 0.50 0.72 0.34 18.69 0.56 0.42
Hex A9 55 2F 0 32 48 22 13 38 2A
Octal 251 125 57 0 62 110 42 23 70 52
Binary 10101001 1010101 101111 0 110010 1001000 100010 10011 111000 101010

Color Harmonies of #A9552F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9552F

Black with #A9552F

Text Example


Text Example

White with #A9552F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9552F; }

 p { color: rgb(169,85,47); }

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

background-color css

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

 a { background-color: rgb(169,85,47); }

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

border-color css

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

 span { border-color: rgb(169,85,47); }

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