Html Css Color HEX #A1524E Apple Blossom

📋 copy color: '#A1524E'

red 161 ◦ green 82 ◦ blue 78

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

Shades of Apple Blossom #A1524E

Tints of Apple Blossom #A1524E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 24.3%

R = 50.16%
G = 25.55%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.52

 K value IS 0.37

RGB Variations

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

Color information

#A1524E (or 0xA1524E) is known color: Apple Blossom. HEX triplet: A1, 52 and 4E. RGB value is (161,82,78). Sum of RGB (Red+Green+Blue) = 161+82+78=321 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.16% from 321); Green value is 82 (32.42% from 255 or 25.55% from 321); Blue value is 78 (30.86% from 255 or 24.30% from 321); Max value from RGB is 161 - color contains mainly: red. Hex color #A1524E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1524E is #5EADB1. Grayscale: #696969. Windows color (decimal): -6204850 or 5132961. OLE color: 5132961.

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

Color convert

RGB 161 82 78 -
CMYK 0 0.49 0.52 0.37
HSL 2.89º 0.35% 0.47% -
HSV(B) 2.89º 0.52% 0.63% -
XYZ 19.09 14.16 8.94 -
YUV 105.17 112.67 167.83 -
System Red Green Blue C M Y K H S L
Decimal 161 82 78 0 0.49 0.52 0.37 2.89 0.35 0.47
Hex A1 52 4E 0 31 34 25 3 23 2F
Octal 241 122 116 0 61 64 45 3 43 57
Binary 10100001 1010010 1001110 0 110001 110100 100101 11 100011 101111

Color Harmonies of #A1524E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1524E

Black with #A1524E

Text Example


Text Example

White with #A1524E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1524E; }

 p { color: rgb(161,82,78); }

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

background-color css

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

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

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

border-color css

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

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

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