Html Css Color HEX #A44E4E Apple Blossom

📋 copy color: '#A44E4E'

red 164 ◦ green 78 ◦ blue 78

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

Shades of Apple Blossom #A44E4E

Tints of Apple Blossom #A44E4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 24.38%

R = 51.25%
G = 24.38%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.52

 K value IS 0.36

RGB Variations

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

Color information

#A44E4E (or 0xA44E4E) is known color: Apple Blossom. HEX triplet: A4, 4E and 4E. RGB value is (164,78,78). Sum of RGB (Red+Green+Blue) = 164+78+78=320 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.25% from 320); Green value is 78 (30.86% from 255 or 24.38% from 320); Blue value is 78 (30.86% from 255 or 24.38% from 320); Max value from RGB is 164 - color contains mainly: red. Hex color #A44E4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A44E4E is #5BB1B1. Grayscale: #676767. Windows color (decimal): -6009266 or 5131940. OLE color: 5131940.

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

Color convert

RGB 164 78 78 -
CMYK 0 0.52 0.52 0.36
HSL 0.36% 0.47% -
HSV(B) 0.52% 0.64% -
XYZ 19.41 13.89 8.87 -
YUV 103.71 113.49 171 -
System Red Green Blue C M Y K H S L
Decimal 164 78 78 0 0.52 0.52 0.36 0 0.36 0.47
Hex A4 4E 4E 0 34 34 24 0 24 2F
Octal 244 116 116 0 64 64 44 0 44 57
Binary 10100100 1001110 1001110 0 110100 110100 100100 0 100100 101111

Color Harmonies of #A44E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44E4E

Black with #A44E4E

Text Example


Text Example

White with #A44E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44E4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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