Html Css Color HEX #A65834 Vesuvius

📋 copy color: '#A65834'

red 166 ◦ green 88 ◦ blue 52

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

Shades of Vesuvius #A65834

Tints of Vesuvius #A65834

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.76%

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

R = 54.25%
G = 28.76%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#A65834 (or 0xA65834) is known color: Vesuvius. HEX triplet: A6, 58 and 34. RGB value is (166,88,52). Sum of RGB (Red+Green+Blue) = 166+88+52=306 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.25% from 306); Green value is 88 (34.77% from 255 or 28.76% from 306); Blue value is 52 (20.70% from 255 or 16.99% from 306); Max value from RGB is 166 - color contains mainly: red. Hex color #A65834 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65834 is #59A7CB. Grayscale: #6B6B6B. Windows color (decimal): -5875660 or 3430566. OLE color: 3430566.

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

Color convert

RGB 166 88 52 -
CMYK 0 0.47 0.69 0.35
HSL 18.95º 0.52% 0.43% -
HSV(B) 18.95º 0.69% 0.65% -
XYZ 19.84 15.33 5.16 -
YUV 107.22 96.84 169.93 -
System Red Green Blue C M Y K H S L
Decimal 166 88 52 0 0.47 0.69 0.35 18.95 0.52 0.43
Hex A6 58 34 0 2F 45 23 13 34 2B
Octal 246 130 64 0 57 105 43 23 64 53
Binary 10100110 1011000 110100 0 101111 1000101 100011 10011 110100 101011

Color Harmonies of #A65834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65834

Black with #A65834

Text Example


Text Example

White with #A65834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65834; }

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

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

background-color css

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

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

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

border-color css

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

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

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