Html Css Color HEX #A15050 Apple Blossom

📋 copy color: '#A15050'

red 161 ◦ green 80 ◦ blue 80

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

Shades of Apple Blossom #A15050

Tints of Apple Blossom #A15050

RGB

 RED value IS 161 (63.28% from 255) = 50.16%

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

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

R = 50.16%
G = 24.92%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.50

 K value IS 0.37

RGB Variations

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

Color information

#A15050 (or 0xA15050) is known color: Apple Blossom. HEX triplet: A1, 50 and 50. RGB value is (161,80,80). Sum of RGB (Red+Green+Blue) = 161+80+80=321 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.16% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 80 (31.64% from 255 or 24.92% from 321); Max value from RGB is 161 - color contains mainly: red. Hex color #A15050 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15050 is #5EAFAF. Grayscale: #686868. Windows color (decimal): -6205360 or 5263521. OLE color: 5263521.

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

Color convert

RGB 161 80 80 -
CMYK 0 0.50 0.50 0.37
HSL 0.34% 0.47% -
HSV(B) 0.5% 0.63% -
XYZ 19.01 13.89 9.27 -
YUV 104.22 114.34 168.5 -
System Red Green Blue C M Y K H S L
Decimal 161 80 80 0 0.50 0.50 0.37 0 0.34 0.47
Hex A1 50 50 0 32 32 25 0 22 2F
Octal 241 120 120 0 62 62 45 0 42 57
Binary 10100001 1010000 1010000 0 110010 110010 100101 0 100010 101111

Color Harmonies of #A15050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15050

Black with #A15050

Text Example


Text Example

White with #A15050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15050; }

 p { color: rgb(161,80,80); }

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

background-color css

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

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

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

border-color css

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

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

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