Html Css Color HEX #A65C34 Vesuvius

📋 copy color: '#A65C34'

red 166 ◦ green 92 ◦ blue 52

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

Shades of Vesuvius #A65C34

Tints of Vesuvius #A65C34

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.68%

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

R = 53.55%
G = 29.68%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#A65C34 (or 0xA65C34) is known color: Vesuvius. HEX triplet: A6, 5C and 34. RGB value is (166,92,52). Sum of RGB (Red+Green+Blue) = 166+92+52=310 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.55% from 310); Green value is 92 (36.33% from 255 or 29.68% from 310); Blue value is 52 (20.70% from 255 or 16.77% from 310); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65C34 is #59A3CB. Grayscale: #6D6D6D. Windows color (decimal): -5874636 or 3431590. OLE color: 3431590.

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

Color convert

RGB 166 92 52 -
CMYK 0 0.45 0.69 0.35
HSL 21.05º 0.52% 0.43% -
HSV(B) 21.05º 0.69% 0.65% -
XYZ 20.17 16.01 5.28 -
YUV 109.57 95.52 168.25 -
System Red Green Blue C M Y K H S L
Decimal 166 92 52 0 0.45 0.69 0.35 21.05 0.52 0.43
Hex A6 5C 34 0 2D 45 23 15 34 2B
Octal 246 134 64 0 55 105 43 25 64 53
Binary 10100110 1011100 110100 0 101101 1000101 100011 10101 110100 101011

Color Harmonies of #A65C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65C34

Black with #A65C34

Text Example


Text Example

White with #A65C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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