Html Css Color HEX #AE342B Brown

📋 copy color: '#AE342B'

red 174 ◦ green 52 ◦ blue 43

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

Shades of Brown #AE342B

Tints of Brown #AE342B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.99%

R = 64.68%
G = 19.33%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AE342B (or 0xAE342B) is known color: Brown. HEX triplet: AE, 34 and 2B. RGB value is (174,52,43). Sum of RGB (Red+Green+Blue) = 174+52+43=269 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.68% from 269); Green value is 52 (20.70% from 255 or 19.33% from 269); Blue value is 43 (17.19% from 255 or 15.99% from 269); Max value from RGB is 174 - color contains mainly: red. Hex color #AE342B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE342B is #51CBD4. Grayscale: #575757. Windows color (decimal): -5360597 or 2831534. OLE color: 2831534.

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

Color convert

RGB 174 52 43 -
CMYK 0 0.70 0.75 0.32
HSL 4.12º 0.6% 0.43% -
HSV(B) 4.12º 0.75% 0.68% -
XYZ 19.12 11.63 3.52 -
YUV 87.45 102.92 189.73 -
System Red Green Blue C M Y K H S L
Decimal 174 52 43 0 0.70 0.75 0.32 4.12 0.6 0.43
Hex AE 34 2B 0 46 4B 20 4 3C 2B
Octal 256 64 53 0 106 113 40 4 74 53
Binary 10101110 110100 101011 0 1000110 1001011 100000 100 111100 101011

Color Harmonies of #AE342B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE342B

Black with #AE342B

Text Example


Text Example

White with #AE342B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE342B; }

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

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

background-color css

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

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

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

border-color css

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

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

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