Html Css Color HEX #AE4946 Apple Blossom

📋 copy color: '#AE4946'

red 174 ◦ green 73 ◦ blue 70

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

Shades of Apple Blossom #AE4946

Tints of Apple Blossom #AE4946

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.03%

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

R = 54.89%
G = 23.03%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AE4946 (or 0xAE4946) is known color: Apple Blossom. HEX triplet: AE, 49 and 46. RGB value is (174,73,70). Sum of RGB (Red+Green+Blue) = 174+73+70=317 (41% of max value = 765). Red value is 174 (68.36% from 255 or 54.89% from 317); Green value is 73 (28.91% from 255 or 23.03% from 317); Blue value is 70 (27.73% from 255 or 22.08% from 317); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4946 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4946 is #51B6B9. Grayscale: #666666. Windows color (decimal): -5355194 or 4606382. OLE color: 4606382.

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

Color convert

RGB 174 73 70 -
CMYK 0 0.58 0.60 0.32
HSL 1.73º 0.43% 0.48% -
HSV(B) 1.73º 0.6% 0.68% -
XYZ 20.94 14.21 7.43 -
YUV 102.86 109.46 178.74 -
System Red Green Blue C M Y K H S L
Decimal 174 73 70 0 0.58 0.60 0.32 1.73 0.43 0.48
Hex AE 49 46 0 3A 3C 20 2 2B 30
Octal 256 111 106 0 72 74 40 2 53 60
Binary 10101110 1001001 1000110 0 111010 111100 100000 10 101011 110000

Color Harmonies of #AE4946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4946

Black with #AE4946

Text Example


Text Example

White with #AE4946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4946; }

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

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

background-color css

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

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

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

border-color css

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

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

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