Html Css Color HEX #A44E45 Apple Blossom

📋 copy color: '#A44E45'

red 164 ◦ green 78 ◦ blue 69

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

Shades of Apple Blossom #A44E45

Tints of Apple Blossom #A44E45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.19%

R = 52.73%
G = 25.08%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#A44E45 (or 0xA44E45) is known color: Apple Blossom. HEX triplet: A4, 4E and 45. RGB value is (164,78,69). Sum of RGB (Red+Green+Blue) = 164+78+69=311 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.73% from 311); Green value is 78 (30.86% from 255 or 25.08% from 311); Blue value is 69 (27.34% from 255 or 22.19% from 311); Max value from RGB is 164 - color contains mainly: red. Hex color #A44E45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A44E45 is #5BB1BA. Grayscale: #666666. Windows color (decimal): -6009275 or 4542116. OLE color: 4542116.

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

Color convert

RGB 164 78 69 -
CMYK 0 0.52 0.58 0.36
HSL 5.68º 0.41% 0.46% -
HSV(B) 5.68º 0.58% 0.64% -
XYZ 19.11 13.77 7.28 -
YUV 102.69 108.99 171.73 -
System Red Green Blue C M Y K H S L
Decimal 164 78 69 0 0.52 0.58 0.36 5.68 0.41 0.46
Hex A4 4E 45 0 34 3A 24 6 29 2E
Octal 244 116 105 0 64 72 44 6 51 56
Binary 10100100 1001110 1000101 0 110100 111010 100100 110 101001 101110

Color Harmonies of #A44E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44E45

Black with #A44E45

Text Example


Text Example

White with #A44E45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44E45; }

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

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

background-color css

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

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

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

border-color css

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

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

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