Html Css Color HEX #AE302B Brown

📋 copy color: '#AE302B'

red 174 ◦ green 48 ◦ blue 43

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

Shades of Brown #AE302B

Tints of Brown #AE302B

RGB

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

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

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

R = 65.66%
G = 18.11%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AE302B (or 0xAE302B) is known color: Brown. HEX triplet: AE, 30 and 2B. RGB value is (174,48,43). Sum of RGB (Red+Green+Blue) = 174+48+43=265 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.66% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 174 - color contains mainly: red. Hex color #AE302B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE302B is #51CFD4. Grayscale: #555555. Windows color (decimal): -5361621 or 2830510. OLE color: 2830510.

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

Color convert

RGB 174 48 43 -
CMYK 0 0.72 0.75 0.32
HSL 2.29º 0.6% 0.43% -
HSV(B) 2.29º 0.75% 0.68% -
XYZ 18.95 11.29 3.47 -
YUV 85.1 104.24 191.41 -
System Red Green Blue C M Y K H S L
Decimal 174 48 43 0 0.72 0.75 0.32 2.29 0.6 0.43
Hex AE 30 2B 0 48 4B 20 2 3C 2B
Octal 256 60 53 0 110 113 40 2 74 53
Binary 10101110 110000 101011 0 1001000 1001011 100000 10 111100 101011

Color Harmonies of #AE302B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE302B

Black with #AE302B

Text Example


Text Example

White with #AE302B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE302B; }

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

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

background-color css

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

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

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

border-color css

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

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

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