Html Css Color HEX #A15252 Apple Blossom

📋 copy color: '#A15252'

red 161 ◦ green 82 ◦ blue 82

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

Shades of Apple Blossom #A15252

Tints of Apple Blossom #A15252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 25.23%

R = 49.54%
G = 25.23%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#A15252 (or 0xA15252) is known color: Apple Blossom. HEX triplet: A1, 52 and 52. RGB value is (161,82,82). Sum of RGB (Red+Green+Blue) = 161+82+82=325 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.54% from 325); Green value is 82 (32.42% from 255 or 25.23% from 325); Blue value is 82 (32.42% from 255 or 25.23% from 325); Max value from RGB is 161 - color contains mainly: red. Hex color #A15252 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15252 is #5EADAD. Grayscale: #696969. Windows color (decimal): -6204846 or 5395105. OLE color: 5395105.

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

Color convert

RGB 161 82 82 -
CMYK 0 0.49 0.49 0.37
HSL 0.33% 0.48% -
HSV(B) 0.49% 0.63% -
XYZ 19.24 14.22 9.71 -
YUV 105.62 114.67 167.5 -
System Red Green Blue C M Y K H S L
Decimal 161 82 82 0 0.49 0.49 0.37 0 0.33 0.48
Hex A1 52 52 0 31 31 25 0 21 30
Octal 241 122 122 0 61 61 45 0 41 60
Binary 10100001 1010010 1010010 0 110001 110001 100101 0 100001 110000

Color Harmonies of #A15252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15252

Black with #A15252

Text Example


Text Example

White with #A15252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15252; }

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

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

background-color css

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

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

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

border-color css

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

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

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