Html Css Color HEX #A4514C Apple Blossom

📋 copy color: '#A4514C'

red 164 ◦ green 81 ◦ blue 76

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

Shades of Apple Blossom #A4514C

Tints of Apple Blossom #A4514C

RGB

 RED value IS 164 (64.45% from 255) = 51.09%

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

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

R = 51.09%
G = 25.23%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A4514C (or 0xA4514C) is known color: Apple Blossom. HEX triplet: A4, 51 and 4C. RGB value is (164,81,76). Sum of RGB (Red+Green+Blue) = 164+81+76=321 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.09% from 321); Green value is 81 (32.03% from 255 or 25.23% from 321); Blue value is 76 (30.08% from 255 or 23.68% from 321); Max value from RGB is 164 - color contains mainly: red. Hex color #A4514C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4514C is #5BAEB3. Grayscale: #696969. Windows color (decimal): -6008500 or 5001636. OLE color: 5001636.

HSL color Cylindrical-coordinate representation of color #A4514C: hue angle of 3.41º 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 #A4514C is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 81 76 -
CMYK 0 0.51 0.54 0.36
HSL 3.41º 0.37% 0.47% -
HSV(B) 3.41º 0.54% 0.64% -
XYZ 19.56 14.3 8.57 -
YUV 105.25 111.5 169.91 -
System Red Green Blue C M Y K H S L
Decimal 164 81 76 0 0.51 0.54 0.36 3.41 0.37 0.47
Hex A4 51 4C 0 33 36 24 3 25 2F
Octal 244 121 114 0 63 66 44 3 45 57
Binary 10100100 1010001 1001100 0 110011 110110 100100 11 100101 101111

Color Harmonies of #A4514C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4514C

Black with #A4514C

Text Example


Text Example

White with #A4514C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4514C; }

 p { color: rgb(164,81,76); }

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

background-color css

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

 a { background-color: rgb(164,81,76); }

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

border-color css

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

 span { border-color: rgb(164,81,76); }

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