Html Css Color HEX #A44D4B Apple Blossom

📋 copy color: '#A44D4B'

red 164 ◦ green 77 ◦ blue 75

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

Shades of Apple Blossom #A44D4B

Tints of Apple Blossom #A44D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.73%

R = 51.9%
G = 24.37%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A44D4B (or 0xA44D4B) is known color: Apple Blossom. HEX triplet: A4, 4D and 4B. RGB value is (164,77,75). Sum of RGB (Red+Green+Blue) = 164+77+75=316 (41% of max value = 765). Red value is 164 (64.45% from 255 or 51.90% from 316); Green value is 77 (30.47% from 255 or 24.37% from 316); Blue value is 75 (29.69% from 255 or 23.73% from 316); Max value from RGB is 164 - color contains mainly: red. Hex color #A44D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A44D4B is #5BB2B4. Grayscale: #666666. Windows color (decimal): -6009525 or 4935076. OLE color: 4935076.

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

Color convert

RGB 164 77 75 -
CMYK 0 0.53 0.54 0.36
HSL 1.35º 0.37% 0.47% -
HSV(B) 1.35º 0.54% 0.64% -
XYZ 19.23 13.71 8.29 -
YUV 102.79 112.32 171.66 -
System Red Green Blue C M Y K H S L
Decimal 164 77 75 0 0.53 0.54 0.36 1.35 0.37 0.47
Hex A4 4D 4B 0 35 36 24 1 25 2F
Octal 244 115 113 0 65 66 44 1 45 57
Binary 10100100 1001101 1001011 0 110101 110110 100100 1 100101 101111

Color Harmonies of #A44D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44D4B

Black with #A44D4B

Text Example


Text Example

White with #A44D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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