Html Css Color HEX #A25150 Apple Blossom

📋 copy color: '#A25150'

red 162 ◦ green 81 ◦ blue 80

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

Shades of Apple Blossom #A25150

Tints of Apple Blossom #A25150

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.08%

 BLUE value IS 80 (31.64% from 255) = 24.77%

R = 50.15%
G = 25.08%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A25150 (or 0xA25150) is known color: Apple Blossom. HEX triplet: A2, 51 and 50. RGB value is (162,81,80). Sum of RGB (Red+Green+Blue) = 162+81+80=323 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.15% from 323); Green value is 81 (32.03% from 255 or 25.08% from 323); Blue value is 80 (31.64% from 255 or 24.77% from 323); Max value from RGB is 162 - color contains mainly: red. Hex color #A25150 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25150 is #5DAEAF. Grayscale: #696969. Windows color (decimal): -6139568 or 5263778. OLE color: 5263778.

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

Color convert

RGB 162 81 80 -
CMYK 0 0.50 0.51 0.36
HSL 0.73º 0.34% 0.47% -
HSV(B) 0.73º 0.51% 0.64% -
XYZ 19.29 14.15 9.3 -
YUV 105.11 113.84 168.58 -
System Red Green Blue C M Y K H S L
Decimal 162 81 80 0 0.50 0.51 0.36 0.73 0.34 0.47
Hex A2 51 50 0 32 33 24 1 22 2F
Octal 242 121 120 0 62 63 44 1 42 57
Binary 10100010 1010001 1010000 0 110010 110011 100100 1 100010 101111

Color Harmonies of #A25150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25150

Black with #A25150

Text Example


Text Example

White with #A25150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25150; }

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

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

background-color css

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

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

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

border-color css

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

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

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