Html Css Color HEX #AE4D42 Apple Blossom

📋 copy color: '#AE4D42'

red 174 ◦ green 77 ◦ blue 66

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

Shades of Apple Blossom #AE4D42

Tints of Apple Blossom #AE4D42

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.29%

 BLUE value IS 66 (26.17% from 255) = 20.82%

R = 54.89%
G = 24.29%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AE4D42 (or 0xAE4D42) is known color: Apple Blossom. HEX triplet: AE, 4D and 42. RGB value is (174,77,66). Sum of RGB (Red+Green+Blue) = 174+77+66=317 (41% of max value = 765). Red value is 174 (68.36% from 255 or 54.89% from 317); Green value is 77 (30.47% from 255 or 24.29% from 317); Blue value is 66 (26.17% from 255 or 20.82% from 317); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4D42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE4D42 is #51B2BD. Grayscale: #686868. Windows color (decimal): -5354174 or 4345262. OLE color: 4345262.

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

Color convert

RGB 174 77 66 -
CMYK 0 0.56 0.62 0.32
HSL 6.11º 0.45% 0.47% -
HSV(B) 6.11º 0.62% 0.68% -
XYZ 21.09 14.7 6.88 -
YUV 104.75 106.14 177.39 -
System Red Green Blue C M Y K H S L
Decimal 174 77 66 0 0.56 0.62 0.32 6.11 0.45 0.47
Hex AE 4D 42 0 38 3E 20 6 2D 2F
Octal 256 115 102 0 70 76 40 6 55 57
Binary 10101110 1001101 1000010 0 111000 111110 100000 110 101101 101111

Color Harmonies of #AE4D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4D42

Black with #AE4D42

Text Example


Text Example

White with #AE4D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4D42; }

 p { color: rgb(174,77,66); }

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

background-color css

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

 a { background-color: rgb(174,77,66); }

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

border-color css

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

 span { border-color: rgb(174,77,66); }

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