Html Css Color HEX #AE342A Brown

📋 copy color: '#AE342A'

red 174 ◦ green 52 ◦ blue 42

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

Shades of Brown #AE342A

Tints of Brown #AE342A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.67%

R = 64.93%
G = 19.4%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AE342A (or 0xAE342A) is known color: Brown. HEX triplet: AE, 34 and 2A. RGB value is (174,52,42). Sum of RGB (Red+Green+Blue) = 174+52+42=268 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.93% from 268); Green value is 52 (20.70% from 255 or 19.40% from 268); Blue value is 42 (16.80% from 255 or 15.67% from 268); Max value from RGB is 174 - color contains mainly: red. Hex color #AE342A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE342A is #51CBD5. Grayscale: #575757. Windows color (decimal): -5360598 or 2765998. OLE color: 2765998.

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

Color convert

RGB 174 52 42 -
CMYK 0 0.70 0.76 0.32
HSL 4.55º 0.61% 0.42% -
HSV(B) 4.55º 0.76% 0.68% -
XYZ 19.1 11.62 3.43 -
YUV 87.34 102.42 189.81 -
System Red Green Blue C M Y K H S L
Decimal 174 52 42 0 0.70 0.76 0.32 4.55 0.61 0.42
Hex AE 34 2A 0 46 4C 20 5 3D 2A
Octal 256 64 52 0 106 114 40 5 75 52
Binary 10101110 110100 101010 0 1000110 1001100 100000 101 111101 101010

Color Harmonies of #AE342A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE342A

Black with #AE342A

Text Example


Text Example

White with #AE342A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE342A; }

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

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

background-color css

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

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

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

border-color css

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

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

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