Html Css Color HEX #AB5530 Vesuvius

📋 copy color: '#AB5530'

red 171 ◦ green 85 ◦ blue 48

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

Shades of Vesuvius #AB5530

Tints of Vesuvius #AB5530

RGB

 RED value IS 171 (67.19% from 255) = 56.25%

 GREEN value IS 85 (33.59% from 255) = 27.96%

 BLUE value IS 48 (19.14% from 255) = 15.79%

R = 56.25%
G = 27.96%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AB5530 (or 0xAB5530) is known color: Vesuvius. HEX triplet: AB, 55 and 30. RGB value is (171,85,48). Sum of RGB (Red+Green+Blue) = 171+85+48=304 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.25% from 304); Green value is 85 (33.59% from 255 or 27.96% from 304); Blue value is 48 (19.14% from 255 or 15.79% from 304); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5530 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5530 is #54AACF. Grayscale: #6A6A6A. Windows color (decimal): -5548752 or 3167659. OLE color: 3167659.

HSL color Cylindrical-coordinate representation of color #AB5530: hue angle of 18.05º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AB5530 is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 85 48 -
CMYK 0 0.50 0.72 0.33
HSL 18.05º 0.56% 0.43% -
HSV(B) 18.05º 0.72% 0.67% -
XYZ 20.58 15.37 4.68 -
YUV 106.5 94.99 174.01 -
System Red Green Blue C M Y K H S L
Decimal 171 85 48 0 0.50 0.72 0.33 18.05 0.56 0.43
Hex AB 55 30 0 32 48 21 12 38 2B
Octal 253 125 60 0 62 110 41 22 70 53
Binary 10101011 1010101 110000 0 110010 1001000 100001 10010 111000 101011

Color Harmonies of #AB5530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5530

Black with #AB5530

Text Example


Text Example

White with #AB5530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5530; }

 p { color: rgb(171,85,48); }

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

background-color css

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

 a { background-color: rgb(171,85,48); }

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

border-color css

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

 span { border-color: rgb(171,85,48); }

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