Html Css Color HEX #AE5534 Vesuvius

📋 copy color: '#AE5534'

red 174 ◦ green 85 ◦ blue 52

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

Shades of Vesuvius #AE5534

Tints of Vesuvius #AE5534

RGB

 RED value IS 174 (68.36% from 255) = 55.95%

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

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

R = 55.95%
G = 27.33%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#AE5534 (or 0xAE5534) is known color: Vesuvius. HEX triplet: AE, 55 and 34. RGB value is (174,85,52). Sum of RGB (Red+Green+Blue) = 174+85+52=311 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.95% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 52 (20.70% from 255 or 16.72% from 311); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5534 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5534 is #51AACB. Grayscale: #6C6C6C. Windows color (decimal): -5352140 or 3429806. OLE color: 3429806.

HSL color Cylindrical-coordinate representation of color #AE5534: hue angle of 16.23º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AE5534 is Cyan = 0, Magento = 0.51, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 85 52 -
CMYK 0 0.51 0.70 0.32
HSL 16.23º 0.54% 0.44% -
HSV(B) 16.23º 0.7% 0.68% -
XYZ 21.32 15.74 5.16 -
YUV 107.85 96.49 175.18 -
System Red Green Blue C M Y K H S L
Decimal 174 85 52 0 0.51 0.70 0.32 16.23 0.54 0.44
Hex AE 55 34 0 33 46 20 10 36 2C
Octal 256 125 64 0 63 106 40 20 66 54
Binary 10101110 1010101 110100 0 110011 1000110 100000 10000 110110 101100

Color Harmonies of #AE5534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5534

Black with #AE5534

Text Example


Text Example

White with #AE5534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5534; }

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

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

background-color css

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

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

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

border-color css

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

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

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