Html Css Color HEX #A64F42 Apple Blossom

📋 copy color: '#A64F42'

red 166 ◦ green 79 ◦ blue 66

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

Shades of Apple Blossom #A64F42

Tints of Apple Blossom #A64F42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.22%

R = 53.38%
G = 25.4%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#A64F42 (or 0xA64F42) is known color: Apple Blossom. HEX triplet: A6, 4F and 42. RGB value is (166,79,66). Sum of RGB (Red+Green+Blue) = 166+79+66=311 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.38% from 311); Green value is 79 (31.25% from 255 or 25.40% from 311); Blue value is 66 (26.17% from 255 or 21.22% from 311); Max value from RGB is 166 - color contains mainly: red. Hex color #A64F42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A64F42 is #59B0BD. Grayscale: #676767. Windows color (decimal): -5877950 or 4345766. OLE color: 4345766.

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

Color convert

RGB 166 79 66 -
CMYK 0 0.52 0.60 0.35
HSL 7.8º 0.43% 0.45% -
HSV(B) 7.8º 0.6% 0.65% -
XYZ 19.51 14.09 6.85 -
YUV 103.53 106.82 172.56 -
System Red Green Blue C M Y K H S L
Decimal 166 79 66 0 0.52 0.60 0.35 7.8 0.43 0.45
Hex A6 4F 42 0 34 3C 23 8 2B 2D
Octal 246 117 102 0 64 74 43 10 53 55
Binary 10100110 1001111 1000010 0 110100 111100 100011 1000 101011 101101

Color Harmonies of #A64F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64F42

Black with #A64F42

Text Example


Text Example

White with #A64F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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