Html Css Color HEX #AE3428 Brown

📋 copy color: '#AE3428'

red 174 ◦ green 52 ◦ blue 40

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

Shades of Brown #AE3428

Tints of Brown #AE3428

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.55%

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

R = 65.41%
G = 19.55%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AE3428 (or 0xAE3428) is known color: Brown. HEX triplet: AE, 34 and 28. RGB value is (174,52,40). Sum of RGB (Red+Green+Blue) = 174+52+40=266 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.41% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 40 (16.02% from 255 or 15.04% from 266); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3428 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3428 is #51CBD7. Grayscale: #575757. Windows color (decimal): -5360600 or 2634926. OLE color: 2634926.

HSL color Cylindrical-coordinate representation of color #AE3428: hue angle of 5.37º 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 #AE3428 is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 52 40 -
CMYK 0 0.70 0.77 0.32
HSL 5.37º 0.63% 0.42% -
HSV(B) 5.37º 0.77% 0.68% -
XYZ 19.07 11.61 3.24 -
YUV 87.11 101.42 189.98 -
System Red Green Blue C M Y K H S L
Decimal 174 52 40 0 0.70 0.77 0.32 5.37 0.63 0.42
Hex AE 34 28 0 46 4D 20 5 3F 2A
Octal 256 64 50 0 106 115 40 5 77 52
Binary 10101110 110100 101000 0 1000110 1001101 100000 101 111111 101010

Color Harmonies of #AE3428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3428

Black with #AE3428

Text Example


Text Example

White with #AE3428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3428; }

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

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

background-color css

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

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

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

border-color css

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

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

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