Html Css Color HEX #A64F41 Apple Blossom

📋 copy color: '#A64F41'

red 166 ◦ green 79 ◦ blue 65

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

Shades of Apple Blossom #A64F41

Tints of Apple Blossom #A64F41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.97%

R = 53.55%
G = 25.48%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A64F41 (or 0xA64F41) is known color: Apple Blossom. HEX triplet: A6, 4F and 41. RGB value is (166,79,65). Sum of RGB (Red+Green+Blue) = 166+79+65=310 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.55% from 310); Green value is 79 (31.25% from 255 or 25.48% from 310); Blue value is 65 (25.78% from 255 or 20.97% from 310); Max value from RGB is 166 - color contains mainly: red. Hex color #A64F41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A64F41 is #59B0BE. Grayscale: #676767. Windows color (decimal): -5877951 or 4280230. OLE color: 4280230.

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

Color convert

RGB 166 79 65 -
CMYK 0 0.52 0.61 0.35
HSL 8.32º 0.44% 0.45% -
HSV(B) 8.32º 0.61% 0.65% -
XYZ 19.48 14.08 6.69 -
YUV 103.42 106.32 172.64 -
System Red Green Blue C M Y K H S L
Decimal 166 79 65 0 0.52 0.61 0.35 8.32 0.44 0.45
Hex A6 4F 41 0 34 3D 23 8 2C 2D
Octal 246 117 101 0 64 75 43 10 54 55
Binary 10100110 1001111 1000001 0 110100 111101 100011 1000 101100 101101

Color Harmonies of #A64F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64F41

Black with #A64F41

Text Example


Text Example

White with #A64F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64F41; }

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

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

background-color css

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

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

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

border-color css

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

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

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