Html Css Color HEX #A65532 Vesuvius

📋 copy color: '#A65532'

red 166 ◦ green 85 ◦ blue 50

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

Shades of Vesuvius #A65532

Tints of Vesuvius #A65532

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.24%

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

R = 55.15%
G = 28.24%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A65532 (or 0xA65532) is known color: Vesuvius. HEX triplet: A6, 55 and 32. RGB value is (166,85,50). Sum of RGB (Red+Green+Blue) = 166+85+50=301 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.15% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 166 - color contains mainly: red. Hex color #A65532 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65532 is #59AACD. Grayscale: #696969. Windows color (decimal): -5876430 or 3298726. OLE color: 3298726.

HSL color Cylindrical-coordinate representation of color #A65532: hue angle of 18.1º 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 #A65532 is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 85 50 -
CMYK 0 0.49 0.70 0.35
HSL 18.1º 0.54% 0.42% -
HSV(B) 18.1º 0.7% 0.65% -
XYZ 19.55 14.83 4.85 -
YUV 105.23 96.84 171.35 -
System Red Green Blue C M Y K H S L
Decimal 166 85 50 0 0.49 0.70 0.35 18.1 0.54 0.42
Hex A6 55 32 0 31 46 23 12 36 2A
Octal 246 125 62 0 61 106 43 22 66 52
Binary 10100110 1010101 110010 0 110001 1000110 100011 10010 110110 101010

Color Harmonies of #A65532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65532

Black with #A65532

Text Example


Text Example

White with #A65532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65532; }

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

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

background-color css

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

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

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

border-color css

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

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

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