Html Css Color HEX #AE524C Apple Blossom

📋 copy color: '#AE524C'

red 174 ◦ green 82 ◦ blue 76

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

Shades of Apple Blossom #AE524C

Tints of Apple Blossom #AE524C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.7%

 BLUE value IS 76 (30.08% from 255) = 22.89%

R = 52.41%
G = 24.7%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AE524C (or 0xAE524C) is known color: Apple Blossom. HEX triplet: AE, 52 and 4C. RGB value is (174,82,76). Sum of RGB (Red+Green+Blue) = 174+82+76=332 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.41% from 332); Green value is 82 (32.42% from 255 or 24.70% from 332); Blue value is 76 (30.08% from 255 or 22.89% from 332); Max value from RGB is 174 - color contains mainly: red. Hex color #AE524C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE524C is #51ADB3. Grayscale: #6C6C6C. Windows color (decimal): -5352884 or 5001902. OLE color: 5001902.

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

Color convert

RGB 174 82 76 -
CMYK 0 0.53 0.56 0.32
HSL 3.67º 0.39% 0.49% -
HSV(B) 3.67º 0.56% 0.68% -
XYZ 21.78 15.56 8.69 -
YUV 108.82 109.48 174.49 -
System Red Green Blue C M Y K H S L
Decimal 174 82 76 0 0.53 0.56 0.32 3.67 0.39 0.49
Hex AE 52 4C 0 35 38 20 4 27 31
Octal 256 122 114 0 65 70 40 4 47 61
Binary 10101110 1010010 1001100 0 110101 111000 100000 100 100111 110001

Color Harmonies of #AE524C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE524C

Black with #AE524C

Text Example


Text Example

White with #AE524C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE524C; }

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

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

background-color css

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

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

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

border-color css

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

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

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