Html Css Color HEX #A1504F Apple Blossom

📋 copy color: '#A1504F'

red 161 ◦ green 80 ◦ blue 79

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

Shades of Apple Blossom #A1504F

Tints of Apple Blossom #A1504F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 24.69%

R = 50.31%
G = 25%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.51

 K value IS 0.37

RGB Variations

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

Color information

#A1504F (or 0xA1504F) is known color: Apple Blossom. HEX triplet: A1, 50 and 4F. RGB value is (161,80,79). Sum of RGB (Red+Green+Blue) = 161+80+79=320 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.31% from 320); Green value is 80 (31.64% from 255 or 25% from 320); Blue value is 79 (31.25% from 255 or 24.69% from 320); Max value from RGB is 161 - color contains mainly: red. Hex color #A1504F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1504F is #5EAFB0. Grayscale: #686868. Windows color (decimal): -6205361 or 5197985. OLE color: 5197985.

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

Color convert

RGB 161 80 79 -
CMYK 0 0.50 0.51 0.37
HSL 0.73º 0.34% 0.47% -
HSV(B) 0.73º 0.51% 0.63% -
XYZ 18.98 13.88 9.08 -
YUV 104.11 113.84 168.58 -
System Red Green Blue C M Y K H S L
Decimal 161 80 79 0 0.50 0.51 0.37 0.73 0.34 0.47
Hex A1 50 4F 0 32 33 25 1 22 2F
Octal 241 120 117 0 62 63 45 1 42 57
Binary 10100001 1010000 1001111 0 110010 110011 100101 1 100010 101111

Color Harmonies of #A1504F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1504F

Black with #A1504F

Text Example


Text Example

White with #A1504F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1504F; }

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

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

background-color css

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

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

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

border-color css

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

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

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