Html Css Color HEX #AE3028 Brown

📋 copy color: '#AE3028'

red 174 ◦ green 48 ◦ blue 40

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

Shades of Brown #AE3028

Tints of Brown #AE3028

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.32%

 BLUE value IS 40 (16.02% from 255) = 15.27%

R = 66.41%
G = 18.32%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AE3028 (or 0xAE3028) is known color: Brown. HEX triplet: AE, 30 and 28. RGB value is (174,48,40). Sum of RGB (Red+Green+Blue) = 174+48+40=262 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.41% from 262); Green value is 48 (19.14% from 255 or 18.32% from 262); Blue value is 40 (16.02% from 255 or 15.27% from 262); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3028 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3028 is #51CFD7. Grayscale: #545454. Windows color (decimal): -5361624 or 2633902. OLE color: 2633902.

HSL color Cylindrical-coordinate representation of color #AE3028: hue angle of 3.58º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AE3028 is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 48 40 -
CMYK 0 0.72 0.77 0.32
HSL 3.58º 0.63% 0.42% -
HSV(B) 3.58º 0.77% 0.68% -
XYZ 18.9 11.27 3.19 -
YUV 84.76 102.74 191.65 -
System Red Green Blue C M Y K H S L
Decimal 174 48 40 0 0.72 0.77 0.32 3.58 0.63 0.42
Hex AE 30 28 0 48 4D 20 4 3F 2A
Octal 256 60 50 0 110 115 40 4 77 52
Binary 10101110 110000 101000 0 1001000 1001101 100000 100 111111 101010

Color Harmonies of #AE3028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3028

Black with #AE3028

Text Example


Text Example

White with #AE3028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3028; }

 p { color: rgb(174,48,40); }

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

background-color css

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

 a { background-color: rgb(174,48,40); }

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

border-color css

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

 span { border-color: rgb(174,48,40); }

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