Html Css Color HEX #A4544C Apple Blossom

📋 copy color: '#A4544C'

red 164 ◦ green 84 ◦ blue 76

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

Shades of Apple Blossom #A4544C

Tints of Apple Blossom #A4544C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.93%

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

R = 50.62%
G = 25.93%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A4544C (or 0xA4544C) is known color: Apple Blossom. HEX triplet: A4, 54 and 4C. RGB value is (164,84,76). Sum of RGB (Red+Green+Blue) = 164+84+76=324 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.62% from 324); Green value is 84 (33.20% from 255 or 25.93% from 324); Blue value is 76 (30.08% from 255 or 23.46% from 324); Max value from RGB is 164 - color contains mainly: red. Hex color #A4544C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4544C is #5BABB3. Grayscale: #6B6B6B. Windows color (decimal): -6007732 or 5002404. OLE color: 5002404.

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

Color convert

RGB 164 84 76 -
CMYK 0 0.49 0.54 0.36
HSL 5.45º 0.37% 0.47% -
HSV(B) 5.45º 0.54% 0.64% -
XYZ 19.78 14.75 8.64 -
YUV 107.01 110.5 168.65 -
System Red Green Blue C M Y K H S L
Decimal 164 84 76 0 0.49 0.54 0.36 5.45 0.37 0.47
Hex A4 54 4C 0 31 36 24 5 25 2F
Octal 244 124 114 0 61 66 44 5 45 57
Binary 10100100 1010100 1001100 0 110001 110110 100100 101 100101 101111

Color Harmonies of #A4544C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4544C

Black with #A4544C

Text Example


Text Example

White with #A4544C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4544C; }

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

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

background-color css

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

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

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

border-color css

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

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

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