Html Css Color HEX #A2524C Apple Blossom

📋 copy color: '#A2524C'

red 162 ◦ green 82 ◦ blue 76

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

Shades of Apple Blossom #A2524C

Tints of Apple Blossom #A2524C

RGB

 RED value IS 162 (63.67% from 255) = 50.63%

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

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

R = 50.63%
G = 25.63%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A2524C (or 0xA2524C) is known color: Apple Blossom. HEX triplet: A2, 52 and 4C. RGB value is (162,82,76). Sum of RGB (Red+Green+Blue) = 162+82+76=320 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.62% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 76 (30.08% from 255 or 23.75% from 320); Max value from RGB is 162 - color contains mainly: red. Hex color #A2524C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2524C is #5DADB3. Grayscale: #696969. Windows color (decimal): -6139316 or 5001890. OLE color: 5001890.

HSL color Cylindrical-coordinate representation of color #A2524C: hue angle of 4.19º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A2524C is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 82 76 -
CMYK 0 0.49 0.53 0.36
HSL 4.19º 0.36% 0.47% -
HSV(B) 4.19º 0.53% 0.64% -
XYZ 19.22 14.24 8.57 -
YUV 105.24 111.5 168.49 -
System Red Green Blue C M Y K H S L
Decimal 162 82 76 0 0.49 0.53 0.36 4.19 0.36 0.47
Hex A2 52 4C 0 31 35 24 4 24 2F
Octal 242 122 114 0 61 65 44 4 44 57
Binary 10100010 1010010 1001100 0 110001 110101 100100 100 100100 101111

Color Harmonies of #A2524C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2524C

Black with #A2524C

Text Example


Text Example

White with #A2524C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2524C; }

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

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

background-color css

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

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

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

border-color css

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

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

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