Html Css Color HEX #A2504C Apple Blossom

📋 copy color: '#A2504C'

red 162 ◦ green 80 ◦ blue 76

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

Shades of Apple Blossom #A2504C

Tints of Apple Blossom #A2504C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.16%

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

R = 50.94%
G = 25.16%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A2504C (or 0xA2504C) is known color: Apple Blossom. HEX triplet: A2, 50 and 4C. RGB value is (162,80,76). Sum of RGB (Red+Green+Blue) = 162+80+76=318 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.94% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 76 (30.08% from 255 or 23.90% from 318); Max value from RGB is 162 - color contains mainly: red. Hex color #A2504C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2504C is #5DAFB3. Grayscale: #686868. Windows color (decimal): -6139828 or 5001378. OLE color: 5001378.

HSL color Cylindrical-coordinate representation of color #A2504C: hue angle of 2.79º 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 #A2504C is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 80 76 -
CMYK 0 0.51 0.53 0.36
HSL 2.79º 0.36% 0.47% -
HSV(B) 2.79º 0.53% 0.64% -
XYZ 19.07 13.94 8.52 -
YUV 104.06 112.17 169.33 -
System Red Green Blue C M Y K H S L
Decimal 162 80 76 0 0.51 0.53 0.36 2.79 0.36 0.47
Hex A2 50 4C 0 33 35 24 3 24 2F
Octal 242 120 114 0 63 65 44 3 44 57
Binary 10100010 1010000 1001100 0 110011 110101 100100 11 100100 101111

Color Harmonies of #A2504C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2504C

Black with #A2504C

Text Example


Text Example

White with #A2504C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2504C; }

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

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

background-color css

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

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

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

border-color css

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

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

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