Html Css Color HEX #A65632 Vesuvius

📋 copy color: '#A65632'

red 166 ◦ green 86 ◦ blue 50

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

Shades of Vesuvius #A65632

Tints of Vesuvius #A65632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.56%

R = 54.97%
G = 28.48%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A65632 (or 0xA65632) is known color: Vesuvius. HEX triplet: A6, 56 and 32. RGB value is (166,86,50). Sum of RGB (Red+Green+Blue) = 166+86+50=302 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.97% from 302); Green value is 86 (33.98% from 255 or 28.48% from 302); Blue value is 50 (19.92% from 255 or 16.56% from 302); Max value from RGB is 166 - color contains mainly: red. Hex color #A65632 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65632 is #59A9CD. Grayscale: #6A6A6A. Windows color (decimal): -5876174 or 3298982. OLE color: 3298982.

HSL color Cylindrical-coordinate representation of color #A65632: hue angle of 18.62º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A65632 is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 86 50 -
CMYK 0 0.48 0.70 0.35
HSL 18.62º 0.54% 0.42% -
HSV(B) 18.62º 0.7% 0.65% -
XYZ 19.63 14.99 4.88 -
YUV 105.82 96.5 170.93 -
System Red Green Blue C M Y K H S L
Decimal 166 86 50 0 0.48 0.70 0.35 18.62 0.54 0.42
Hex A6 56 32 0 30 46 23 13 36 2A
Octal 246 126 62 0 60 106 43 23 66 52
Binary 10100110 1010110 110010 0 110000 1000110 100011 10011 110110 101010

Color Harmonies of #A65632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65632

Black with #A65632

Text Example


Text Example

White with #A65632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65632; }

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

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

background-color css

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

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

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

border-color css

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

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

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