Html Css Color HEX #A44E4D Apple Blossom

📋 copy color: '#A44E4D'

red 164 ◦ green 78 ◦ blue 77

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

Shades of Apple Blossom #A44E4D

Tints of Apple Blossom #A44E4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.14%

R = 51.41%
G = 24.45%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A44E4D (or 0xA44E4D) is known color: Apple Blossom. HEX triplet: A4, 4E and 4D. RGB value is (164,78,77). Sum of RGB (Red+Green+Blue) = 164+78+77=319 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.41% from 319); Green value is 78 (30.86% from 255 or 24.45% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 164 - color contains mainly: red. Hex color #A44E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A44E4D is #5BB1B2. Grayscale: #676767. Windows color (decimal): -6009267 or 5066404. OLE color: 5066404.

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

Color convert

RGB 164 78 77 -
CMYK 0 0.52 0.53 0.36
HSL 0.69º 0.36% 0.47% -
HSV(B) 0.69º 0.53% 0.64% -
XYZ 19.37 13.88 8.68 -
YUV 103.6 112.99 171.08 -
System Red Green Blue C M Y K H S L
Decimal 164 78 77 0 0.52 0.53 0.36 0.69 0.36 0.47
Hex A4 4E 4D 0 34 35 24 1 24 2F
Octal 244 116 115 0 64 65 44 1 44 57
Binary 10100100 1001110 1001101 0 110100 110101 100100 1 100100 101111

Color Harmonies of #A44E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44E4D

Black with #A44E4D

Text Example


Text Example

White with #A44E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44E4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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