Html Css Color HEX #A64F47 Apple Blossom

📋 copy color: '#A64F47'

red 166 ◦ green 79 ◦ blue 71

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

Shades of Apple Blossom #A64F47

Tints of Apple Blossom #A64F47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 22.47%

R = 52.53%
G = 25%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A64F47 (or 0xA64F47) is known color: Apple Blossom. HEX triplet: A6, 4F and 47. RGB value is (166,79,71). Sum of RGB (Red+Green+Blue) = 166+79+71=316 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.53% from 316); Green value is 79 (31.25% from 255 or 25% from 316); Blue value is 71 (28.12% from 255 or 22.47% from 316); Max value from RGB is 166 - color contains mainly: red. Hex color #A64F47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A64F47 is #59B0B8. Grayscale: #686868. Windows color (decimal): -5877945 or 4673446. OLE color: 4673446.

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

Color convert

RGB 166 79 71 -
CMYK 0 0.52 0.57 0.35
HSL 5.05º 0.4% 0.46% -
HSV(B) 5.05º 0.57% 0.65% -
XYZ 19.66 14.15 7.66 -
YUV 104.1 109.32 172.15 -
System Red Green Blue C M Y K H S L
Decimal 166 79 71 0 0.52 0.57 0.35 5.05 0.4 0.46
Hex A6 4F 47 0 34 39 23 5 28 2E
Octal 246 117 107 0 64 71 43 5 50 56
Binary 10100110 1001111 1000111 0 110100 111001 100011 101 101000 101110

Color Harmonies of #A64F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64F47

Black with #A64F47

Text Example


Text Example

White with #A64F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64F47; }

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

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

background-color css

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

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

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

border-color css

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

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

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