Html Css Color HEX #A3504A Apple Blossom

📋 copy color: '#A3504A'

red 163 ◦ green 80 ◦ blue 74

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

Shades of Apple Blossom #A3504A

Tints of Apple Blossom #A3504A

RGB

 RED value IS 163 (64.06% from 255) = 51.42%

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

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

R = 51.42%
G = 25.24%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A3504A (or 0xA3504A) is known color: Apple Blossom. HEX triplet: A3, 50 and 4A. RGB value is (163,80,74). Sum of RGB (Red+Green+Blue) = 163+80+74=317 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.42% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 163 - color contains mainly: red. Hex color #A3504A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3504A is #5CAFB5. Grayscale: #686868. Windows color (decimal): -6074294 or 4870307. OLE color: 4870307.

HSL color Cylindrical-coordinate representation of color #A3504A: hue angle of 4.04º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A3504A is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 80 74 -
CMYK 0 0.51 0.55 0.36
HSL 4.04º 0.38% 0.46% -
HSV(B) 4.04º 0.55% 0.64% -
XYZ 19.21 14.02 8.17 -
YUV 104.13 111 169.99 -
System Red Green Blue C M Y K H S L
Decimal 163 80 74 0 0.51 0.55 0.36 4.04 0.38 0.46
Hex A3 50 4A 0 33 37 24 4 26 2E
Octal 243 120 112 0 63 67 44 4 46 56
Binary 10100011 1010000 1001010 0 110011 110111 100100 100 100110 101110

Color Harmonies of #A3504A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3504A

Black with #A3504A

Text Example


Text Example

White with #A3504A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3504A; }

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

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

background-color css

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

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

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

border-color css

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

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

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