Html Css Color HEX #A15452 Apple Blossom

📋 copy color: '#A15452'

red 161 ◦ green 84 ◦ blue 82

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

Shades of Apple Blossom #A15452

Tints of Apple Blossom #A15452

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.69%

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

R = 49.24%
G = 25.69%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#A15452 (or 0xA15452) is known color: Apple Blossom. HEX triplet: A1, 54 and 52. RGB value is (161,84,82). Sum of RGB (Red+Green+Blue) = 161+84+82=327 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.24% from 327); Green value is 84 (33.20% from 255 or 25.69% from 327); Blue value is 82 (32.42% from 255 or 25.08% from 327); Max value from RGB is 161 - color contains mainly: red. Hex color #A15452 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15452 is #5EABAD. Grayscale: #6A6A6A. Windows color (decimal): -6204334 or 5395617. OLE color: 5395617.

HSL color Cylindrical-coordinate representation of color #A15452: hue angle of 1.52º 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 #A15452 is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 84 82 -
CMYK 0 0.48 0.49 0.37
HSL 1.52º 0.33% 0.48% -
HSV(B) 1.52º 0.49% 0.63% -
XYZ 19.39 14.53 9.76 -
YUV 106.8 114.01 166.66 -
System Red Green Blue C M Y K H S L
Decimal 161 84 82 0 0.48 0.49 0.37 1.52 0.33 0.48
Hex A1 54 52 0 30 31 25 2 21 30
Octal 241 124 122 0 60 61 45 2 41 60
Binary 10100001 1010100 1010010 0 110000 110001 100101 10 100001 110000

Color Harmonies of #A15452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15452

Black with #A15452

Text Example


Text Example

White with #A15452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15452; }

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

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

background-color css

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

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

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

border-color css

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

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

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