Html Css Color HEX #AE4C4A Apple Blossom

📋 copy color: '#AE4C4A'

red 174 ◦ green 76 ◦ blue 74

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

Shades of Apple Blossom #AE4C4A

Tints of Apple Blossom #AE4C4A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.46%

 BLUE value IS 74 (29.3% from 255) = 22.84%

R = 53.7%
G = 23.46%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AE4C4A (or 0xAE4C4A) is known color: Apple Blossom. HEX triplet: AE, 4C and 4A. RGB value is (174,76,74). Sum of RGB (Red+Green+Blue) = 174+76+74=324 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.70% from 324); Green value is 76 (30.08% from 255 or 23.46% from 324); Blue value is 74 (29.30% from 255 or 22.84% from 324); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4C4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4C4A is #51B3B5. Grayscale: #696969. Windows color (decimal): -5354422 or 4869294. OLE color: 4869294.

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

Color convert

RGB 174 76 74 -
CMYK 0 0.56 0.57 0.32
HSL 1.2º 0.4% 0.49% -
HSV(B) 1.2º 0.57% 0.68% -
XYZ 21.28 14.66 8.19 -
YUV 105.07 110.47 177.16 -
System Red Green Blue C M Y K H S L
Decimal 174 76 74 0 0.56 0.57 0.32 1.2 0.4 0.49
Hex AE 4C 4A 0 38 39 20 1 28 31
Octal 256 114 112 0 70 71 40 1 50 61
Binary 10101110 1001100 1001010 0 111000 111001 100000 1 101000 110001

Color Harmonies of #AE4C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4C4A

Black with #AE4C4A

Text Example


Text Example

White with #AE4C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4C4A; }

 p { color: rgb(174,76,74); }

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

background-color css

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

 a { background-color: rgb(174,76,74); }

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

border-color css

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

 span { border-color: rgb(174,76,74); }

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