Html Css Color HEX #AE4D4B Apple Blossom

📋 copy color: '#AE4D4B'

red 174 ◦ green 77 ◦ blue 75

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

Shades of Apple Blossom #AE4D4B

Tints of Apple Blossom #AE4D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.01%

R = 53.37%
G = 23.62%
B = 23.01%

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

#AE4D4B (or 0xAE4D4B) is known color: Apple Blossom. HEX triplet: AE, 4D and 4B. RGB value is (174,77,75). Sum of RGB (Red+Green+Blue) = 174+77+75=326 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.37% from 326); Green value is 77 (30.47% from 255 or 23.62% from 326); Blue value is 75 (29.69% from 255 or 23.01% from 326); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE4D4B is #51B2B4. Grayscale: #696969. Windows color (decimal): -5354165 or 4935086. OLE color: 4935086.

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

Color convert

RGB 174 77 75 -
CMYK 0 0.56 0.57 0.32
HSL 1.21º 0.4% 0.49% -
HSV(B) 1.21º 0.57% 0.68% -
XYZ 21.38 14.81 8.39 -
YUV 105.78 110.64 176.66 -
System Red Green Blue C M Y K H S L
Decimal 174 77 75 0 0.56 0.57 0.32 1.21 0.4 0.49
Hex AE 4D 4B 0 38 39 20 1 28 31
Octal 256 115 113 0 70 71 40 1 50 61
Binary 10101110 1001101 1001011 0 111000 111001 100000 1 101000 110001

Color Harmonies of #AE4D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4D4B

Black with #AE4D4B

Text Example


Text Example

White with #AE4D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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