Html Css Color HEX #A44E49 Apple Blossom

📋 copy color: '#A44E49'

red 164 ◦ green 78 ◦ blue 73

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

Shades of Apple Blossom #A44E49

Tints of Apple Blossom #A44E49

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.76%

 BLUE value IS 73 (28.91% from 255) = 23.17%

R = 52.06%
G = 24.76%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A44E49 (or 0xA44E49) is known color: Apple Blossom. HEX triplet: A4, 4E and 49. RGB value is (164,78,73). Sum of RGB (Red+Green+Blue) = 164+78+73=315 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.06% from 315); Green value is 78 (30.86% from 255 or 24.76% from 315); Blue value is 73 (28.91% from 255 or 23.17% from 315); Max value from RGB is 164 - color contains mainly: red. Hex color #A44E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A44E49 is #5BB1B6. Grayscale: #676767. Windows color (decimal): -6009271 or 4804260. OLE color: 4804260.

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

Color convert

RGB 164 78 73 -
CMYK 0 0.52 0.55 0.36
HSL 3.3º 0.38% 0.46% -
HSV(B) 3.3º 0.55% 0.64% -
XYZ 19.24 13.82 7.96 -
YUV 103.14 110.99 171.41 -
System Red Green Blue C M Y K H S L
Decimal 164 78 73 0 0.52 0.55 0.36 3.3 0.38 0.46
Hex A4 4E 49 0 34 37 24 3 26 2E
Octal 244 116 111 0 64 67 44 3 46 56
Binary 10100100 1001110 1001001 0 110100 110111 100100 11 100110 101110

Color Harmonies of #A44E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44E49

Black with #A44E49

Text Example


Text Example

White with #A44E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44E49; }

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

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

background-color css

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

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

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

border-color css

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

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

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