Html Css Color HEX #A5544E Apple Blossom

📋 copy color: '#A5544E'

red 165 ◦ green 84 ◦ blue 78

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

Shades of Apple Blossom #A5544E

Tints of Apple Blossom #A5544E

RGB

 RED value IS 165 (64.84% from 255) = 50.46%

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

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

R = 50.46%
G = 25.69%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.35

RGB Variations

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

Color information

#A5544E (or 0xA5544E) is known color: Apple Blossom. HEX triplet: A5, 54 and 4E. RGB value is (165,84,78). Sum of RGB (Red+Green+Blue) = 165+84+78=327 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.46% from 327); Green value is 84 (33.20% from 255 or 25.69% from 327); Blue value is 78 (30.86% from 255 or 23.85% from 327); Max value from RGB is 165 - color contains mainly: red. Hex color #A5544E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5544E is #5AABB1. Grayscale: #6B6B6B. Windows color (decimal): -5942194 or 5133477. OLE color: 5133477.

HSL color Cylindrical-coordinate representation of color #A5544E: hue angle of 4.14º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A5544E is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 84 78 -
CMYK 0 0.49 0.53 0.35
HSL 4.14º 0.36% 0.48% -
HSV(B) 4.14º 0.53% 0.65% -
XYZ 20.06 14.89 9.02 -
YUV 107.54 111.34 168.99 -
System Red Green Blue C M Y K H S L
Decimal 165 84 78 0 0.49 0.53 0.35 4.14 0.36 0.48
Hex A5 54 4E 0 31 35 23 4 24 30
Octal 245 124 116 0 61 65 43 4 44 60
Binary 10100101 1010100 1001110 0 110001 110101 100011 100 100100 110000

Color Harmonies of #A5544E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5544E

Black with #A5544E

Text Example


Text Example

White with #A5544E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5544E; }

 p { color: rgb(165,84,78); }

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

background-color css

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

 a { background-color: rgb(165,84,78); }

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

border-color css

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

 span { border-color: rgb(165,84,78); }

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