Html Css Color HEX #A1524C Apple Blossom

📋 copy color: '#A1524C'

red 161 ◦ green 82 ◦ blue 76

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

Shades of Apple Blossom #A1524C

Tints of Apple Blossom #A1524C

RGB

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

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

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

R = 50.47%
G = 25.71%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.37

RGB Variations

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

Color information

#A1524C (or 0xA1524C) is known color: Apple Blossom. HEX triplet: A1, 52 and 4C. RGB value is (161,82,76). Sum of RGB (Red+Green+Blue) = 161+82+76=319 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.47% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 76 (30.08% from 255 or 23.82% from 319); Max value from RGB is 161 - color contains mainly: red. Hex color #A1524C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1524C is #5EADB3. Grayscale: #696969. Windows color (decimal): -6204852 or 5001889. OLE color: 5001889.

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

Color convert

RGB 161 82 76 -
CMYK 0 0.49 0.53 0.37
HSL 4.24º 0.36% 0.46% -
HSV(B) 4.24º 0.53% 0.63% -
XYZ 19.02 14.13 8.56 -
YUV 104.94 111.67 167.99 -
System Red Green Blue C M Y K H S L
Decimal 161 82 76 0 0.49 0.53 0.37 4.24 0.36 0.46
Hex A1 52 4C 0 31 35 25 4 24 2E
Octal 241 122 114 0 61 65 45 4 44 56
Binary 10100001 1010010 1001100 0 110001 110101 100101 100 100100 101110

Color Harmonies of #A1524C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1524C

Black with #A1524C

Text Example


Text Example

White with #A1524C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1524C; }

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

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

background-color css

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

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

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

border-color css

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

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

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