Html Css Color HEX #AB5534 Vesuvius

📋 copy color: '#AB5534'

red 171 ◦ green 85 ◦ blue 52

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

Shades of Vesuvius #AB5534

Tints of Vesuvius #AB5534

RGB

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

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

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

R = 55.52%
G = 27.6%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AB5534 (or 0xAB5534) is known color: Vesuvius. HEX triplet: AB, 55 and 34. RGB value is (171,85,52). Sum of RGB (Red+Green+Blue) = 171+85+52=308 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.52% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 52 (20.70% from 255 or 16.88% from 308); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5534 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5534 is #54AACB. Grayscale: #6B6B6B. Windows color (decimal): -5548748 or 3429803. OLE color: 3429803.

HSL color Cylindrical-coordinate representation of color #AB5534: hue angle of 16.64º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB5534 is Cyan = 0, Magento = 0.50, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 85 52 -
CMYK 0 0.50 0.70 0.33
HSL 16.64º 0.53% 0.44% -
HSV(B) 16.64º 0.7% 0.67% -
XYZ 20.66 15.4 5.13 -
YUV 106.95 96.99 173.68 -
System Red Green Blue C M Y K H S L
Decimal 171 85 52 0 0.50 0.70 0.33 16.64 0.53 0.44
Hex AB 55 34 0 32 46 21 11 35 2C
Octal 253 125 64 0 62 106 41 21 65 54
Binary 10101011 1010101 110100 0 110010 1000110 100001 10001 110101 101100

Color Harmonies of #AB5534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5534

Black with #AB5534

Text Example


Text Example

White with #AB5534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5534; }

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

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

background-color css

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

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

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

border-color css

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

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

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