Html Css Color HEX #A44D48 Apple Blossom

📋 copy color: '#A44D48'

red 164 ◦ green 77 ◦ blue 72

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

Shades of Apple Blossom #A44D48

Tints of Apple Blossom #A44D48

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.6%

 BLUE value IS 72 (28.52% from 255) = 23%

R = 52.4%
G = 24.6%
B = 23%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A44D48 (or 0xA44D48) is known color: Apple Blossom. HEX triplet: A4, 4D and 48. RGB value is (164,77,72). Sum of RGB (Red+Green+Blue) = 164+77+72=313 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.40% from 313); Green value is 77 (30.47% from 255 or 24.60% from 313); Blue value is 72 (28.52% from 255 or 23.00% from 313); Max value from RGB is 164 - color contains mainly: red. Hex color #A44D48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A44D48 is #5BB2B7. Grayscale: #666666. Windows color (decimal): -6009528 or 4738468. OLE color: 4738468.

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

Color convert

RGB 164 77 72 -
CMYK 0 0.53 0.56 0.36
HSL 3.26º 0.39% 0.46% -
HSV(B) 3.26º 0.56% 0.64% -
XYZ 19.13 13.67 7.76 -
YUV 102.44 110.82 171.91 -
System Red Green Blue C M Y K H S L
Decimal 164 77 72 0 0.53 0.56 0.36 3.26 0.39 0.46
Hex A4 4D 48 0 35 38 24 3 27 2E
Octal 244 115 110 0 65 70 44 3 47 56
Binary 10100100 1001101 1001000 0 110101 111000 100100 11 100111 101110

Color Harmonies of #A44D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44D48

Black with #A44D48

Text Example


Text Example

White with #A44D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44D48; }

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

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

background-color css

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

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

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

border-color css

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

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

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