Html Css Color HEX #A15554 Apple Blossom

📋 copy color: '#A15554'

red 161 ◦ green 85 ◦ blue 84

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

Shades of Apple Blossom #A15554

Tints of Apple Blossom #A15554

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.76%

 BLUE value IS 84 (33.2% from 255) = 25.45%

R = 48.79%
G = 25.76%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#A15554 (or 0xA15554) is known color: Apple Blossom. HEX triplet: A1, 55 and 54. RGB value is (161,85,84). Sum of RGB (Red+Green+Blue) = 161+85+84=330 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.79% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 84 (33.20% from 255 or 25.45% from 330); Max value from RGB is 161 - color contains mainly: red. Hex color #A15554 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15554 is #5EAAAB. Grayscale: #6B6B6B. Windows color (decimal): -6204076 or 5526945. OLE color: 5526945.

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

Color convert

RGB 161 85 84 -
CMYK 0 0.47 0.48 0.37
HSL 0.78º 0.31% 0.48% -
HSV(B) 0.78º 0.48% 0.63% -
XYZ 19.55 14.71 10.2 -
YUV 107.61 114.68 166.08 -
System Red Green Blue C M Y K H S L
Decimal 161 85 84 0 0.47 0.48 0.37 0.78 0.31 0.48
Hex A1 55 54 0 2F 30 25 1 1F 30
Octal 241 125 124 0 57 60 45 1 37 60
Binary 10100001 1010101 1010100 0 101111 110000 100101 1 11111 110000

Color Harmonies of #A15554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15554

Black with #A15554

Text Example


Text Example

White with #A15554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15554; }

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

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

background-color css

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

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

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

border-color css

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

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

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