Html Css Color HEX #A65734 Vesuvius

📋 copy color: '#A65734'

red 166 ◦ green 87 ◦ blue 52

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

Shades of Vesuvius #A65734

Tints of Vesuvius #A65734

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.52%

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

R = 54.43%
G = 28.52%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#A65734 (or 0xA65734) is known color: Vesuvius. HEX triplet: A6, 57 and 34. RGB value is (166,87,52). Sum of RGB (Red+Green+Blue) = 166+87+52=305 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.43% from 305); Green value is 87 (34.38% from 255 or 28.52% from 305); Blue value is 52 (20.70% from 255 or 17.05% from 305); Max value from RGB is 166 - color contains mainly: red. Hex color #A65734 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65734 is #59A8CB. Grayscale: #6A6A6A. Windows color (decimal): -5875916 or 3430310. OLE color: 3430310.

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

Color convert

RGB 166 87 52 -
CMYK 0 0.48 0.69 0.35
HSL 18.42º 0.52% 0.43% -
HSV(B) 18.42º 0.69% 0.65% -
XYZ 19.75 15.17 5.14 -
YUV 106.63 97.17 170.35 -
System Red Green Blue C M Y K H S L
Decimal 166 87 52 0 0.48 0.69 0.35 18.42 0.52 0.43
Hex A6 57 34 0 30 45 23 12 34 2B
Octal 246 127 64 0 60 105 43 22 64 53
Binary 10100110 1010111 110100 0 110000 1000101 100011 10010 110100 101011

Color Harmonies of #A65734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65734

Black with #A65734

Text Example


Text Example

White with #A65734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65734; }

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

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

background-color css

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

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

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

border-color css

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

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

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