Html Css Color HEX #A1504C Apple Blossom

📋 copy color: '#A1504C'

red 161 ◦ green 80 ◦ blue 76

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

Shades of Apple Blossom #A1504C

Tints of Apple Blossom #A1504C

RGB

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

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

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

R = 50.79%
G = 25.24%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.53

 K value IS 0.37

RGB Variations

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

Color information

#A1504C (or 0xA1504C) is known color: Apple Blossom. HEX triplet: A1, 50 and 4C. RGB value is (161,80,76). Sum of RGB (Red+Green+Blue) = 161+80+76=317 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.79% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 76 (30.08% from 255 or 23.97% from 317); Max value from RGB is 161 - color contains mainly: red. Hex color #A1504C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1504C is #5EAFB3. Grayscale: #676767. Windows color (decimal): -6205364 or 5001377. OLE color: 5001377.

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

Color convert

RGB 161 80 76 -
CMYK 0 0.50 0.53 0.37
HSL 2.82º 0.36% 0.46% -
HSV(B) 2.82º 0.53% 0.63% -
XYZ 18.87 13.84 8.51 -
YUV 103.76 112.34 168.83 -
System Red Green Blue C M Y K H S L
Decimal 161 80 76 0 0.50 0.53 0.37 2.82 0.36 0.46
Hex A1 50 4C 0 32 35 25 3 24 2E
Octal 241 120 114 0 62 65 45 3 44 56
Binary 10100001 1010000 1001100 0 110010 110101 100101 11 100100 101110

Color Harmonies of #A1504C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1504C

Black with #A1504C

Text Example


Text Example

White with #A1504C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1504C; }

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

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

background-color css

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

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

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

border-color css

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

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

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