Html Css Color HEX #AE4942 Apple Blossom

📋 copy color: '#AE4942'

red 174 ◦ green 73 ◦ blue 66

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

Shades of Apple Blossom #AE4942

Tints of Apple Blossom #AE4942

RGB

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

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

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

R = 55.59%
G = 23.32%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AE4942 (or 0xAE4942) is known color: Apple Blossom. HEX triplet: AE, 49 and 42. RGB value is (174,73,66). Sum of RGB (Red+Green+Blue) = 174+73+66=313 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.59% from 313); Green value is 73 (28.91% from 255 or 23.32% from 313); Blue value is 66 (26.17% from 255 or 21.09% from 313); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4942 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4942 is #51B6BD. Grayscale: #666666. Windows color (decimal): -5355198 or 4344238. OLE color: 4344238.

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

Color convert

RGB 174 73 66 -
CMYK 0 0.58 0.62 0.32
HSL 3.89º 0.45% 0.47% -
HSV(B) 3.89º 0.62% 0.68% -
XYZ 20.82 14.16 6.79 -
YUV 102.4 107.46 179.07 -
System Red Green Blue C M Y K H S L
Decimal 174 73 66 0 0.58 0.62 0.32 3.89 0.45 0.47
Hex AE 49 42 0 3A 3E 20 4 2D 2F
Octal 256 111 102 0 72 76 40 4 55 57
Binary 10101110 1001001 1000010 0 111010 111110 100000 100 101101 101111

Color Harmonies of #AE4942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4942

Black with #AE4942

Text Example


Text Example

White with #AE4942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4942; }

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

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

background-color css

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

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

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

border-color css

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

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

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