Html Css Color HEX #A3514B Apple Blossom

📋 copy color: '#A3514B'

red 163 ◦ green 81 ◦ blue 75

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

Shades of Apple Blossom #A3514B

Tints of Apple Blossom #A3514B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.39%

 BLUE value IS 75 (29.69% from 255) = 23.51%

R = 51.1%
G = 25.39%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A3514B (or 0xA3514B) is known color: Apple Blossom. HEX triplet: A3, 51 and 4B. RGB value is (163,81,75). Sum of RGB (Red+Green+Blue) = 163+81+75=319 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.10% from 319); Green value is 81 (32.03% from 255 or 25.39% from 319); Blue value is 75 (29.69% from 255 or 23.51% from 319); Max value from RGB is 163 - color contains mainly: red. Hex color #A3514B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3514B is #5CAEB4. Grayscale: #686868. Windows color (decimal): -6074037 or 4936099. OLE color: 4936099.

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

Color convert

RGB 163 81 75 -
CMYK 0 0.50 0.54 0.36
HSL 4.09º 0.37% 0.47% -
HSV(B) 4.09º 0.54% 0.64% -
XYZ 19.32 14.18 8.38 -
YUV 104.83 111.17 169.49 -
System Red Green Blue C M Y K H S L
Decimal 163 81 75 0 0.50 0.54 0.36 4.09 0.37 0.47
Hex A3 51 4B 0 32 36 24 4 25 2F
Octal 243 121 113 0 62 66 44 4 45 57
Binary 10100011 1010001 1001011 0 110010 110110 100100 100 100101 101111

Color Harmonies of #A3514B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3514B

Black with #A3514B

Text Example


Text Example

White with #A3514B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3514B; }

 p { color: rgb(163,81,75); }

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

background-color css

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

 a { background-color: rgb(163,81,75); }

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

border-color css

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

 span { border-color: rgb(163,81,75); }

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