Html Css Color HEX #A65935 Vesuvius

📋 copy color: '#A65935'

red 166 ◦ green 89 ◦ blue 53

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

Shades of Vesuvius #A65935

Tints of Vesuvius #A65935

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.9%

 BLUE value IS 53 (21.09% from 255) = 17.21%

R = 53.9%
G = 28.9%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A65935 (or 0xA65935) is known color: Vesuvius. HEX triplet: A6, 59 and 35. RGB value is (166,89,53). Sum of RGB (Red+Green+Blue) = 166+89+53=308 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.90% from 308); Green value is 89 (35.16% from 255 or 28.90% from 308); Blue value is 53 (21.09% from 255 or 17.21% from 308); Max value from RGB is 166 - color contains mainly: red. Hex color #A65935 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65935 is #59A6CA. Grayscale: #6C6C6C. Windows color (decimal): -5875403 or 3496358. OLE color: 3496358.

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

Color convert

RGB 166 89 53 -
CMYK 0 0.46 0.68 0.35
HSL 19.12º 0.52% 0.43% -
HSV(B) 19.12º 0.68% 0.65% -
XYZ 19.94 15.51 5.31 -
YUV 107.92 97.01 169.43 -
System Red Green Blue C M Y K H S L
Decimal 166 89 53 0 0.46 0.68 0.35 19.12 0.52 0.43
Hex A6 59 35 0 2E 44 23 13 34 2B
Octal 246 131 65 0 56 104 43 23 64 53
Binary 10100110 1011001 110101 0 101110 1000100 100011 10011 110100 101011

Color Harmonies of #A65935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65935

Black with #A65935

Text Example


Text Example

White with #A65935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65935; }

 p { color: rgb(166,89,53); }

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

background-color css

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

 a { background-color: rgb(166,89,53); }

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

border-color css

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

 span { border-color: rgb(166,89,53); }

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