Html Css Color HEX #A64F49 Apple Blossom

📋 copy color: '#A64F49'

red 166 ◦ green 79 ◦ blue 73

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

Shades of Apple Blossom #A64F49

Tints of Apple Blossom #A64F49

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.84%

 BLUE value IS 73 (28.91% from 255) = 22.96%

R = 52.2%
G = 24.84%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A64F49 (or 0xA64F49) is known color: Apple Blossom. HEX triplet: A6, 4F and 49. RGB value is (166,79,73). Sum of RGB (Red+Green+Blue) = 166+79+73=318 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.20% from 318); Green value is 79 (31.25% from 255 or 24.84% from 318); Blue value is 73 (28.91% from 255 or 22.96% from 318); Max value from RGB is 166 - color contains mainly: red. Hex color #A64F49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A64F49 is #59B0B6. Grayscale: #686868. Windows color (decimal): -5877943 or 4804518. OLE color: 4804518.

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

Color convert

RGB 166 79 73 -
CMYK 0 0.52 0.56 0.35
HSL 3.87º 0.39% 0.47% -
HSV(B) 3.87º 0.56% 0.65% -
XYZ 19.72 14.18 8 -
YUV 104.33 110.32 171.99 -
System Red Green Blue C M Y K H S L
Decimal 166 79 73 0 0.52 0.56 0.35 3.87 0.39 0.47
Hex A6 4F 49 0 34 38 23 4 27 2F
Octal 246 117 111 0 64 70 43 4 47 57
Binary 10100110 1001111 1001001 0 110100 111000 100011 100 100111 101111

Color Harmonies of #A64F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64F49

Black with #A64F49

Text Example


Text Example

White with #A64F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64F49; }

 p { color: rgb(166,79,73); }

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

background-color css

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

 a { background-color: rgb(166,79,73); }

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

border-color css

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

 span { border-color: rgb(166,79,73); }

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