Html Css Color HEX #A64E43 Apple Blossom

📋 copy color: '#A64E43'

red 166 ◦ green 78 ◦ blue 67

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

Shades of Apple Blossom #A64E43

Tints of Apple Blossom #A64E43

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.08%

 BLUE value IS 67 (26.56% from 255) = 21.54%

R = 53.38%
G = 25.08%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#A64E43 (or 0xA64E43) is known color: Apple Blossom. HEX triplet: A6, 4E and 43. RGB value is (166,78,67). Sum of RGB (Red+Green+Blue) = 166+78+67=311 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.38% from 311); Green value is 78 (30.86% from 255 or 25.08% from 311); Blue value is 67 (26.56% from 255 or 21.54% from 311); Max value from RGB is 166 - color contains mainly: red. Hex color #A64E43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A64E43 is #59B1BC. Grayscale: #676767. Windows color (decimal): -5878205 or 4411046. OLE color: 4411046.

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

Color convert

RGB 166 78 67 -
CMYK 0 0.53 0.60 0.35
HSL 6.67º 0.42% 0.46% -
HSV(B) 6.67º 0.6% 0.65% -
XYZ 19.46 13.96 6.98 -
YUV 103.06 107.65 172.89 -
System Red Green Blue C M Y K H S L
Decimal 166 78 67 0 0.53 0.60 0.35 6.67 0.42 0.46
Hex A6 4E 43 0 35 3C 23 7 2A 2E
Octal 246 116 103 0 65 74 43 7 52 56
Binary 10100110 1001110 1000011 0 110101 111100 100011 111 101010 101110

Color Harmonies of #A64E43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64E43

Black with #A64E43

Text Example


Text Example

White with #A64E43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64E43; }

 p { color: rgb(166,78,67); }

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

background-color css

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

 a { background-color: rgb(166,78,67); }

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

border-color css

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

 span { border-color: rgb(166,78,67); }

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