Html Css Color HEX #A64C48 Apple Blossom

📋 copy color: '#A64C48'

red 166 ◦ green 76 ◦ blue 72

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

Shades of Apple Blossom #A64C48

Tints of Apple Blossom #A64C48

RGB

 RED value IS 166 (65.23% from 255) = 52.87%

 GREEN value IS 76 (30.08% from 255) = 24.2%

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

R = 52.87%
G = 24.2%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A64C48 (or 0xA64C48) is known color: Apple Blossom. HEX triplet: A6, 4C and 48. RGB value is (166,76,72). Sum of RGB (Red+Green+Blue) = 166+76+72=314 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.87% from 314); Green value is 76 (30.08% from 255 or 24.20% from 314); Blue value is 72 (28.52% from 255 or 22.93% from 314); Max value from RGB is 166 - color contains mainly: red. Hex color #A64C48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64C48 is #59B3B7. Grayscale: #666666. Windows color (decimal): -5878712 or 4738214. OLE color: 4738214.

HSL color Cylindrical-coordinate representation of color #A64C48: hue angle of 2.55º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A64C48 is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 76 72 -
CMYK 0 0.54 0.57 0.35
HSL 2.55º 0.39% 0.47% -
HSV(B) 2.55º 0.57% 0.65% -
XYZ 19.48 13.74 7.76 -
YUV 102.45 110.82 173.33 -
System Red Green Blue C M Y K H S L
Decimal 166 76 72 0 0.54 0.57 0.35 2.55 0.39 0.47
Hex A6 4C 48 0 36 39 23 3 27 2F
Octal 246 114 110 0 66 71 43 3 47 57
Binary 10100110 1001100 1001000 0 110110 111001 100011 11 100111 101111

Color Harmonies of #A64C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64C48

Black with #A64C48

Text Example


Text Example

White with #A64C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64C48; }

 p { color: rgb(166,76,72); }

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

background-color css

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

 a { background-color: rgb(166,76,72); }

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

border-color css

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

 span { border-color: rgb(166,76,72); }

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