Html Css Color HEX #AE534C Apple Blossom

📋 copy color: '#AE534C'

red 174 ◦ green 83 ◦ blue 76

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

Shades of Apple Blossom #AE534C

Tints of Apple Blossom #AE534C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.92%

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

R = 52.25%
G = 24.92%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AE534C (or 0xAE534C) is known color: Apple Blossom. HEX triplet: AE, 53 and 4C. RGB value is (174,83,76). Sum of RGB (Red+Green+Blue) = 174+83+76=333 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.25% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 76 (30.08% from 255 or 22.82% from 333); Max value from RGB is 174 - color contains mainly: red. Hex color #AE534C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE534C is #51ACB3. Grayscale: #6D6D6D. Windows color (decimal): -5352628 or 5002158. OLE color: 5002158.

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

Color convert

RGB 174 83 76 -
CMYK 0 0.52 0.56 0.32
HSL 4.29º 0.39% 0.49% -
HSV(B) 4.29º 0.56% 0.68% -
XYZ 21.85 15.71 8.72 -
YUV 109.41 109.15 174.07 -
System Red Green Blue C M Y K H S L
Decimal 174 83 76 0 0.52 0.56 0.32 4.29 0.39 0.49
Hex AE 53 4C 0 34 38 20 4 27 31
Octal 256 123 114 0 64 70 40 4 47 61
Binary 10101110 1010011 1001100 0 110100 111000 100000 100 100111 110001

Color Harmonies of #AE534C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE534C

Black with #AE534C

Text Example


Text Example

White with #AE534C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE534C; }

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

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

background-color css

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

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

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

border-color css

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

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

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