Html Css Color HEX #A1504A Apple Blossom

📋 copy color: '#A1504A'

red 161 ◦ green 80 ◦ blue 74

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

Shades of Apple Blossom #A1504A

Tints of Apple Blossom #A1504A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.49%

R = 51.11%
G = 25.4%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.54

 K value IS 0.37

RGB Variations

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

Color information

#A1504A (or 0xA1504A) is known color: Apple Blossom. HEX triplet: A1, 50 and 4A. RGB value is (161,80,74). Sum of RGB (Red+Green+Blue) = 161+80+74=315 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.11% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 161 - color contains mainly: red. Hex color #A1504A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1504A is #5EAFB5. Grayscale: #676767. Windows color (decimal): -6205366 or 4870305. OLE color: 4870305.

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

Color convert

RGB 161 80 74 -
CMYK 0 0.50 0.54 0.37
HSL 4.14º 0.37% 0.46% -
HSV(B) 4.14º 0.54% 0.63% -
XYZ 18.8 13.81 8.15 -
YUV 103.54 111.34 168.99 -
System Red Green Blue C M Y K H S L
Decimal 161 80 74 0 0.50 0.54 0.37 4.14 0.37 0.46
Hex A1 50 4A 0 32 36 25 4 25 2E
Octal 241 120 112 0 62 66 45 4 45 56
Binary 10100001 1010000 1001010 0 110010 110110 100101 100 100101 101110

Color Harmonies of #A1504A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1504A

Black with #A1504A

Text Example


Text Example

White with #A1504A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1504A; }

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

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

background-color css

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

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

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

border-color css

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

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

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