Html Css Color HEX #A6582D Vesuvius

📋 copy color: '#A6582D'

red 166 ◦ green 88 ◦ blue 45

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

Shades of Vesuvius #A6582D

Tints of Vesuvius #A6582D

RGB

 RED value IS 166 (65.23% from 255) = 55.52%

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

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

R = 55.52%
G = 29.43%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A6582D (or 0xA6582D) is known color: Vesuvius. HEX triplet: A6, 58 and 2D. RGB value is (166,88,45). Sum of RGB (Red+Green+Blue) = 166+88+45=299 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.52% from 299); Green value is 88 (34.77% from 255 or 29.43% from 299); Blue value is 45 (17.97% from 255 or 15.05% from 299); Max value from RGB is 166 - color contains mainly: red. Hex color #A6582D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6582D is #59A7D2. Grayscale: #6A6A6A. Windows color (decimal): -5875667 or 2971814. OLE color: 2971814.

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

Color convert

RGB 166 88 45 -
CMYK 0 0.47 0.73 0.35
HSL 21.32º 0.57% 0.41% -
HSV(B) 21.32º 0.73% 0.65% -
XYZ 19.69 15.28 4.39 -
YUV 106.42 93.34 170.5 -
System Red Green Blue C M Y K H S L
Decimal 166 88 45 0 0.47 0.73 0.35 21.32 0.57 0.41
Hex A6 58 2D 0 2F 49 23 15 39 29
Octal 246 130 55 0 57 111 43 25 71 51
Binary 10100110 1011000 101101 0 101111 1001001 100011 10101 111001 101001

Color Harmonies of #A6582D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6582D

Black with #A6582D

Text Example


Text Example

White with #A6582D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6582D; }

 p { color: rgb(166,88,45); }

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

background-color css

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

 a { background-color: rgb(166,88,45); }

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

border-color css

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

 span { border-color: rgb(166,88,45); }

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