Html Css Color HEX #AE5546 Apple Blossom

📋 copy color: '#AE5546'

red 174 ◦ green 85 ◦ blue 70

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

Shades of Apple Blossom #AE5546

Tints of Apple Blossom #AE5546

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.84%

 BLUE value IS 70 (27.73% from 255) = 21.28%

R = 52.89%
G = 25.84%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AE5546 (or 0xAE5546) is known color: Apple Blossom. HEX triplet: AE, 55 and 46. RGB value is (174,85,70). Sum of RGB (Red+Green+Blue) = 174+85+70=329 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.89% from 329); Green value is 85 (33.59% from 255 or 25.84% from 329); Blue value is 70 (27.73% from 255 or 21.28% from 329); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5546 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5546 is #51AAB9. Grayscale: #6E6E6E. Windows color (decimal): -5352122 or 4609454. OLE color: 4609454.

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

Color convert

RGB 174 85 70 -
CMYK 0 0.51 0.60 0.32
HSL 8.65º 0.43% 0.48% -
HSV(B) 8.65º 0.6% 0.68% -
XYZ 21.81 15.94 7.72 -
YUV 109.9 105.49 173.72 -
System Red Green Blue C M Y K H S L
Decimal 174 85 70 0 0.51 0.60 0.32 8.65 0.43 0.48
Hex AE 55 46 0 33 3C 20 9 2B 30
Octal 256 125 106 0 63 74 40 11 53 60
Binary 10101110 1010101 1000110 0 110011 111100 100000 1001 101011 110000

Color Harmonies of #AE5546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5546

Black with #AE5546

Text Example


Text Example

White with #AE5546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5546; }

 p { color: rgb(174,85,70); }

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

background-color css

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

 a { background-color: rgb(174,85,70); }

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

border-color css

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

 span { border-color: rgb(174,85,70); }

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