Html Css Color HEX #A64F43 Apple Blossom

📋 copy color: '#A64F43'

red 166 ◦ green 79 ◦ blue 67

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

Shades of Apple Blossom #A64F43

Tints of Apple Blossom #A64F43

RGB

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

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

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

R = 53.21%
G = 25.32%
B = 21.47%

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

#A64F43 (or 0xA64F43) is known color: Apple Blossom. HEX triplet: A6, 4F and 43. RGB value is (166,79,67). Sum of RGB (Red+Green+Blue) = 166+79+67=312 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.21% from 312); Green value is 79 (31.25% from 255 or 25.32% from 312); Blue value is 67 (26.56% from 255 or 21.47% from 312); Max value from RGB is 166 - color contains mainly: red. Hex color #A64F43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A64F43 is #59B0BC. Grayscale: #676767. Windows color (decimal): -5877949 or 4411302. OLE color: 4411302.

HSL color Cylindrical-coordinate representation of color #A64F43: hue angle of 7.27º 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 #A64F43 is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 79 67 -
CMYK 0 0.52 0.60 0.35
HSL 7.27º 0.42% 0.46% -
HSV(B) 7.27º 0.6% 0.65% -
XYZ 19.53 14.1 7 -
YUV 103.65 107.32 172.48 -
System Red Green Blue C M Y K H S L
Decimal 166 79 67 0 0.52 0.60 0.35 7.27 0.42 0.46
Hex A6 4F 43 0 34 3C 23 7 2A 2E
Octal 246 117 103 0 64 74 43 7 52 56
Binary 10100110 1001111 1000011 0 110100 111100 100011 111 101010 101110

Color Harmonies of #A64F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64F43

Black with #A64F43

Text Example


Text Example

White with #A64F43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64F43; }

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

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

background-color css

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

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

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

border-color css

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

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

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