Html Css Color HEX #AE342D Brown

📋 copy color: '#AE342D'

red 174 ◦ green 52 ◦ blue 45

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

Shades of Brown #AE342D

Tints of Brown #AE342D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.61%

R = 64.21%
G = 19.19%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.74

 K value IS 0.32

RGB Variations

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

Color information

#AE342D (or 0xAE342D) is known color: Brown. HEX triplet: AE, 34 and 2D. RGB value is (174,52,45). Sum of RGB (Red+Green+Blue) = 174+52+45=271 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.21% from 271); Green value is 52 (20.70% from 255 or 19.19% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 174 - color contains mainly: red. Hex color #AE342D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE342D is #51CBD2. Grayscale: #575757. Windows color (decimal): -5360595 or 2962606. OLE color: 2962606.

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

Color convert

RGB 174 52 45 -
CMYK 0 0.70 0.74 0.32
HSL 3.26º 0.59% 0.43% -
HSV(B) 3.26º 0.74% 0.68% -
XYZ 19.16 11.64 3.72 -
YUV 87.68 103.92 189.57 -
System Red Green Blue C M Y K H S L
Decimal 174 52 45 0 0.70 0.74 0.32 3.26 0.59 0.43
Hex AE 34 2D 0 46 4A 20 3 3B 2B
Octal 256 64 55 0 106 112 40 3 73 53
Binary 10101110 110100 101101 0 1000110 1001010 100000 11 111011 101011

Color Harmonies of #AE342D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE342D

Black with #AE342D

Text Example


Text Example

White with #AE342D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE342D; }

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

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

background-color css

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

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

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

border-color css

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

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

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