Html Css Color HEX #AE3328 Brown

📋 copy color: '#AE3328'

red 174 ◦ green 51 ◦ blue 40

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

Shades of Brown #AE3328

Tints of Brown #AE3328

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.25%

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

R = 65.66%
G = 19.25%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AE3328 (or 0xAE3328) is known color: Brown. HEX triplet: AE, 33 and 28. RGB value is (174,51,40). Sum of RGB (Red+Green+Blue) = 174+51+40=265 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.66% from 265); Green value is 51 (20.31% from 255 or 19.25% from 265); Blue value is 40 (16.02% from 255 or 15.09% from 265); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3328 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3328 is #51CCD7. Grayscale: #565656. Windows color (decimal): -5360856 or 2634670. OLE color: 2634670.

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

Color convert

RGB 174 51 40 -
CMYK 0 0.71 0.77 0.32
HSL 4.93º 0.63% 0.42% -
HSV(B) 4.93º 0.77% 0.68% -
XYZ 19.02 11.52 3.23 -
YUV 86.52 101.75 190.39 -
System Red Green Blue C M Y K H S L
Decimal 174 51 40 0 0.71 0.77 0.32 4.93 0.63 0.42
Hex AE 33 28 0 47 4D 20 5 3F 2A
Octal 256 63 50 0 107 115 40 5 77 52
Binary 10101110 110011 101000 0 1000111 1001101 100000 101 111111 101010

Color Harmonies of #AE3328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3328

Black with #AE3328

Text Example


Text Example

White with #AE3328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3328; }

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

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

background-color css

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

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

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

border-color css

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

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

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