Html Css Color HEX #A65634 Vesuvius

📋 copy color: '#A65634'

red 166 ◦ green 86 ◦ blue 52

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

Shades of Vesuvius #A65634

Tints of Vesuvius #A65634

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.29%

 BLUE value IS 52 (20.7% from 255) = 17.11%

R = 54.61%
G = 28.29%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#A65634 (or 0xA65634) is known color: Vesuvius. HEX triplet: A6, 56 and 34. RGB value is (166,86,52). Sum of RGB (Red+Green+Blue) = 166+86+52=304 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.61% from 304); Green value is 86 (33.98% from 255 or 28.29% from 304); Blue value is 52 (20.70% from 255 or 17.11% from 304); Max value from RGB is 166 - color contains mainly: red. Hex color #A65634 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65634 is #59A9CB. Grayscale: #6A6A6A. Windows color (decimal): -5876172 or 3430054. OLE color: 3430054.

HSL color Cylindrical-coordinate representation of color #A65634: hue angle of 17.89º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A65634 is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 86 52 -
CMYK 0 0.48 0.69 0.35
HSL 17.89º 0.52% 0.43% -
HSV(B) 17.89º 0.69% 0.65% -
XYZ 19.67 15.01 5.11 -
YUV 106.04 97.5 170.76 -
System Red Green Blue C M Y K H S L
Decimal 166 86 52 0 0.48 0.69 0.35 17.89 0.52 0.43
Hex A6 56 34 0 30 45 23 12 34 2B
Octal 246 126 64 0 60 105 43 22 64 53
Binary 10100110 1010110 110100 0 110000 1000101 100011 10010 110100 101011

Color Harmonies of #A65634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65634

Black with #A65634

Text Example


Text Example

White with #A65634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65634; }

 p { color: rgb(166,86,52); }

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

background-color css

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

 a { background-color: rgb(166,86,52); }

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

border-color css

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

 span { border-color: rgb(166,86,52); }

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