Html Css Color HEX #A6522F Vesuvius

📋 copy color: '#A6522F'

red 166 ◦ green 82 ◦ blue 47

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

Shades of Vesuvius #A6522F

Tints of Vesuvius #A6522F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.8%

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

R = 56.27%
G = 27.8%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A6522F (or 0xA6522F) is known color: Vesuvius. HEX triplet: A6, 52 and 2F. RGB value is (166,82,47). Sum of RGB (Red+Green+Blue) = 166+82+47=295 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.27% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 47 (18.75% from 255 or 15.93% from 295); Max value from RGB is 166 - color contains mainly: red. Hex color #A6522F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6522F is #59ADD0. Grayscale: #676767. Windows color (decimal): -5877201 or 3101350. OLE color: 3101350.

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

Color convert

RGB 166 82 47 -
CMYK 0 0.51 0.72 0.35
HSL 17.65º 0.56% 0.42% -
HSV(B) 17.65º 0.72% 0.65% -
XYZ 19.26 14.35 4.44 -
YUV 103.13 96.33 172.85 -
System Red Green Blue C M Y K H S L
Decimal 166 82 47 0 0.51 0.72 0.35 17.65 0.56 0.42
Hex A6 52 2F 0 33 48 23 12 38 2A
Octal 246 122 57 0 63 110 43 22 70 52
Binary 10100110 1010010 101111 0 110011 1001000 100011 10010 111000 101010

Color Harmonies of #A6522F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6522F

Black with #A6522F

Text Example


Text Example

White with #A6522F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6522F; }

 p { color: rgb(166,82,47); }

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

background-color css

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

 a { background-color: rgb(166,82,47); }

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

border-color css

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

 span { border-color: rgb(166,82,47); }

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