Html Css Color HEX #A4554E Apple Blossom

📋 copy color: '#A4554E'

red 164 ◦ green 85 ◦ blue 78

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

Shades of Apple Blossom #A4554E

Tints of Apple Blossom #A4554E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.99%

 BLUE value IS 78 (30.86% from 255) = 23.85%

R = 50.15%
G = 25.99%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.36

RGB Variations

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

Color information

#A4554E (or 0xA4554E) is known color: Apple Blossom. HEX triplet: A4, 55 and 4E. RGB value is (164,85,78). Sum of RGB (Red+Green+Blue) = 164+85+78=327 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.15% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 78 (30.86% from 255 or 23.85% from 327); Max value from RGB is 164 - color contains mainly: red. Hex color #A4554E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4554E is #5BAAB1. Grayscale: #6B6B6B. Windows color (decimal): -6007474 or 5133732. OLE color: 5133732.

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

Color convert

RGB 164 85 78 -
CMYK 0 0.48 0.52 0.36
HSL 4.88º 0.36% 0.47% -
HSV(B) 4.88º 0.52% 0.64% -
XYZ 19.93 14.94 9.04 -
YUV 107.82 111.17 168.07 -
System Red Green Blue C M Y K H S L
Decimal 164 85 78 0 0.48 0.52 0.36 4.88 0.36 0.47
Hex A4 55 4E 0 30 34 24 5 24 2F
Octal 244 125 116 0 60 64 44 5 44 57
Binary 10100100 1010101 1001110 0 110000 110100 100100 101 100100 101111

Color Harmonies of #A4554E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4554E

Black with #A4554E

Text Example


Text Example

White with #A4554E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4554E; }

 p { color: rgb(164,85,78); }

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

background-color css

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

 a { background-color: rgb(164,85,78); }

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

border-color css

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

 span { border-color: rgb(164,85,78); }

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