Html Css Color HEX #A95B33 Vesuvius

📋 copy color: '#A95B33'

red 169 ◦ green 91 ◦ blue 51

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

Shades of Vesuvius #A95B33

Tints of Vesuvius #A95B33

RGB

 RED value IS 169 (66.41% from 255) = 54.34%

 GREEN value IS 91 (35.94% from 255) = 29.26%

 BLUE value IS 51 (20.31% from 255) = 16.4%

R = 54.34%
G = 29.26%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.70

 K value IS 0.34

RGB Variations

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

Color information

#A95B33 (or 0xA95B33) is known color: Vesuvius. HEX triplet: A9, 5B and 33. RGB value is (169,91,51). Sum of RGB (Red+Green+Blue) = 169+91+51=311 (41% of max value = 765). Red value is 169 (66.41% from 255 or 54.34% from 311); Green value is 91 (35.94% from 255 or 29.26% from 311); Blue value is 51 (20.31% from 255 or 16.40% from 311); Max value from RGB is 169 - color contains mainly: red. Hex color #A95B33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95B33 is #56A4CC. Grayscale: #6D6D6D. Windows color (decimal): -5678285 or 3365801. OLE color: 3365801.

HSL color Cylindrical-coordinate representation of color #A95B33: hue angle of 20.34º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A95B33 is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 91 51 -
CMYK 0 0.46 0.70 0.34
HSL 20.34º 0.54% 0.43% -
HSV(B) 20.34º 0.7% 0.66% -
XYZ 20.7 16.16 5.16 -
YUV 109.76 94.84 170.25 -
System Red Green Blue C M Y K H S L
Decimal 169 91 51 0 0.46 0.70 0.34 20.34 0.54 0.43
Hex A9 5B 33 0 2E 46 22 14 36 2B
Octal 251 133 63 0 56 106 42 24 66 53
Binary 10101001 1011011 110011 0 101110 1000110 100010 10100 110110 101011

Color Harmonies of #A95B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95B33

Black with #A95B33

Text Example


Text Example

White with #A95B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95B33; }

 p { color: rgb(169,91,51); }

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

background-color css

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

 a { background-color: rgb(169,91,51); }

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

border-color css

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

 span { border-color: rgb(169,91,51); }

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