Html Css Color HEX #A1504E Apple Blossom

📋 copy color: '#A1504E'

red 161 ◦ green 80 ◦ blue 78

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

Shades of Apple Blossom #A1504E

Tints of Apple Blossom #A1504E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.08%

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

R = 50.47%
G = 25.08%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.52

 K value IS 0.37

RGB Variations

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

Color information

#A1504E (or 0xA1504E) is known color: Apple Blossom. HEX triplet: A1, 50 and 4E. RGB value is (161,80,78). Sum of RGB (Red+Green+Blue) = 161+80+78=319 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.47% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 78 (30.86% from 255 or 24.45% from 319); Max value from RGB is 161 - color contains mainly: red. Hex color #A1504E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1504E is #5EAFB1. Grayscale: #686868. Windows color (decimal): -6205362 or 5132449. OLE color: 5132449.

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

Color convert

RGB 161 80 78 -
CMYK 0 0.50 0.52 0.37
HSL 1.45º 0.35% 0.47% -
HSV(B) 1.45º 0.52% 0.63% -
XYZ 18.94 13.86 8.89 -
YUV 103.99 113.34 168.66 -
System Red Green Blue C M Y K H S L
Decimal 161 80 78 0 0.50 0.52 0.37 1.45 0.35 0.47
Hex A1 50 4E 0 32 34 25 1 23 2F
Octal 241 120 116 0 62 64 45 1 43 57
Binary 10100001 1010000 1001110 0 110010 110100 100101 1 100011 101111

Color Harmonies of #A1504E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1504E

Black with #A1504E

Text Example


Text Example

White with #A1504E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1504E; }

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

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

background-color css

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

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

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

border-color css

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

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

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