Html Css Color HEX #A9582F Vesuvius

📋 copy color: '#A9582F'

red 169 ◦ green 88 ◦ blue 47

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

Shades of Vesuvius #A9582F

Tints of Vesuvius #A9582F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.95%

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

R = 55.59%
G = 28.95%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.72

 K value IS 0.34

RGB Variations

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

Color information

#A9582F (or 0xA9582F) is known color: Vesuvius. HEX triplet: A9, 58 and 2F. RGB value is (169,88,47). Sum of RGB (Red+Green+Blue) = 169+88+47=304 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.59% from 304); Green value is 88 (34.77% from 255 or 28.95% from 304); Blue value is 47 (18.75% from 255 or 15.46% from 304); Max value from RGB is 169 - color contains mainly: red. Hex color #A9582F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9582F is #56A7D0. Grayscale: #6B6B6B. Windows color (decimal): -5679057 or 3102889. OLE color: 3102889.

HSL color Cylindrical-coordinate representation of color #A9582F: hue angle of 20.16º 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 #A9582F is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 88 47 -
CMYK 0 0.48 0.72 0.34
HSL 20.16º 0.56% 0.42% -
HSV(B) 20.16º 0.72% 0.66% -
XYZ 20.37 15.62 4.63 -
YUV 107.55 93.84 171.83 -
System Red Green Blue C M Y K H S L
Decimal 169 88 47 0 0.48 0.72 0.34 20.16 0.56 0.42
Hex A9 58 2F 0 30 48 22 14 38 2A
Octal 251 130 57 0 60 110 42 24 70 52
Binary 10101001 1011000 101111 0 110000 1001000 100010 10100 111000 101010

Color Harmonies of #A9582F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9582F

Black with #A9582F

Text Example


Text Example

White with #A9582F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9582F; }

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

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

background-color css

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

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

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

border-color css

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

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

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