Html Css Color HEX #A2504A Apple Blossom

📋 copy color: '#A2504A'

red 162 ◦ green 80 ◦ blue 74

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

Shades of Apple Blossom #A2504A

Tints of Apple Blossom #A2504A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.42%

R = 51.27%
G = 25.32%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A2504A (or 0xA2504A) is known color: Apple Blossom. HEX triplet: A2, 50 and 4A. RGB value is (162,80,74). Sum of RGB (Red+Green+Blue) = 162+80+74=316 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.27% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 162 - color contains mainly: red. Hex color #A2504A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2504A is #5DAFB5. Grayscale: #676767. Windows color (decimal): -6139830 or 4870306. OLE color: 4870306.

HSL color Cylindrical-coordinate representation of color #A2504A: hue angle of 4.09º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A2504A is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 80 74 -
CMYK 0 0.51 0.54 0.36
HSL 4.09º 0.37% 0.46% -
HSV(B) 4.09º 0.54% 0.64% -
XYZ 19 13.91 8.16 -
YUV 103.83 111.17 169.49 -
System Red Green Blue C M Y K H S L
Decimal 162 80 74 0 0.51 0.54 0.36 4.09 0.37 0.46
Hex A2 50 4A 0 33 36 24 4 25 2E
Octal 242 120 112 0 63 66 44 4 45 56
Binary 10100010 1010000 1001010 0 110011 110110 100100 100 100101 101110

Color Harmonies of #A2504A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2504A

Black with #A2504A

Text Example


Text Example

White with #A2504A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2504A; }

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

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

background-color css

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

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

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

border-color css

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

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

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