Html Css Color HEX #AE5041 Apple Blossom

📋 copy color: '#AE5041'

red 174 ◦ green 80 ◦ blue 65

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

Shades of Apple Blossom #AE5041

Tints of Apple Blossom #AE5041

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.08%

 BLUE value IS 65 (25.78% from 255) = 20.38%

R = 54.55%
G = 25.08%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AE5041 (or 0xAE5041) is known color: Apple Blossom. HEX triplet: AE, 50 and 41. RGB value is (174,80,65). Sum of RGB (Red+Green+Blue) = 174+80+65=319 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.55% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 65 (25.78% from 255 or 20.38% from 319); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5041 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5041 is #51AFBE. Grayscale: #6A6A6A. Windows color (decimal): -5353407 or 4280494. OLE color: 4280494.

HSL color Cylindrical-coordinate representation of color #AE5041: hue angle of 8.26º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AE5041 is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 80 65 -
CMYK 0 0.54 0.63 0.32
HSL 8.26º 0.46% 0.47% -
HSV(B) 8.26º 0.63% 0.68% -
XYZ 21.28 15.12 6.8 -
YUV 106.4 104.64 176.22 -
System Red Green Blue C M Y K H S L
Decimal 174 80 65 0 0.54 0.63 0.32 8.26 0.46 0.47
Hex AE 50 41 0 36 3F 20 8 2E 2F
Octal 256 120 101 0 66 77 40 10 56 57
Binary 10101110 1010000 1000001 0 110110 111111 100000 1000 101110 101111

Color Harmonies of #AE5041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5041

Black with #AE5041

Text Example


Text Example

White with #AE5041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5041; }

 p { color: rgb(174,80,65); }

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

background-color css

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

 a { background-color: rgb(174,80,65); }

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

border-color css

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

 span { border-color: rgb(174,80,65); }

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