Html Css Color HEX #A44E41 Apple Blossom

📋 copy color: '#A44E41'

red 164 ◦ green 78 ◦ blue 65

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

Shades of Apple Blossom #A44E41

Tints of Apple Blossom #A44E41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.17%

R = 53.42%
G = 25.41%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A44E41 (or 0xA44E41) is known color: Apple Blossom. HEX triplet: A4, 4E and 41. RGB value is (164,78,65). Sum of RGB (Red+Green+Blue) = 164+78+65=307 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.42% from 307); Green value is 78 (30.86% from 255 or 25.41% from 307); Blue value is 65 (25.78% from 255 or 21.17% from 307); Max value from RGB is 164 - color contains mainly: red. Hex color #A44E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A44E41 is #5BB1BE. Grayscale: #666666. Windows color (decimal): -6009279 or 4279972. OLE color: 4279972.

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

Color convert

RGB 164 78 65 -
CMYK 0 0.52 0.60 0.36
HSL 7.88º 0.43% 0.45% -
HSV(B) 7.88º 0.6% 0.64% -
XYZ 18.99 13.72 6.65 -
YUV 102.23 106.99 172.06 -
System Red Green Blue C M Y K H S L
Decimal 164 78 65 0 0.52 0.60 0.36 7.88 0.43 0.45
Hex A4 4E 41 0 34 3C 24 8 2B 2D
Octal 244 116 101 0 64 74 44 10 53 55
Binary 10100100 1001110 1000001 0 110100 111100 100100 1000 101011 101101

Color Harmonies of #A44E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44E41

Black with #A44E41

Text Example


Text Example

White with #A44E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44E41; }

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

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

background-color css

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

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

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

border-color css

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

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

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