Html Css Color HEX #A64F44 Apple Blossom

📋 copy color: '#A64F44'

red 166 ◦ green 79 ◦ blue 68

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

Shades of Apple Blossom #A64F44

Tints of Apple Blossom #A64F44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.73%

R = 53.04%
G = 25.24%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#A64F44 (or 0xA64F44) is known color: Apple Blossom. HEX triplet: A6, 4F and 44. RGB value is (166,79,68). Sum of RGB (Red+Green+Blue) = 166+79+68=313 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.04% from 313); Green value is 79 (31.25% from 255 or 25.24% from 313); Blue value is 68 (26.95% from 255 or 21.73% from 313); Max value from RGB is 166 - color contains mainly: red. Hex color #A64F44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A64F44 is #59B0BB. Grayscale: #676767. Windows color (decimal): -5877948 or 4476838. OLE color: 4476838.

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

Color convert

RGB 166 79 68 -
CMYK 0 0.52 0.59 0.35
HSL 6.73º 0.42% 0.46% -
HSV(B) 6.73º 0.59% 0.65% -
XYZ 19.57 14.12 7.16 -
YUV 103.76 107.82 172.39 -
System Red Green Blue C M Y K H S L
Decimal 166 79 68 0 0.52 0.59 0.35 6.73 0.42 0.46
Hex A6 4F 44 0 34 3B 23 7 2A 2E
Octal 246 117 104 0 64 73 43 7 52 56
Binary 10100110 1001111 1000100 0 110100 111011 100011 111 101010 101110

Color Harmonies of #A64F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64F44

Black with #A64F44

Text Example


Text Example

White with #A64F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64F44; }

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

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

background-color css

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

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

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

border-color css

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

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

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