Html Css Color HEX #A65147 Apple Blossom

📋 copy color: '#A65147'

red 166 ◦ green 81 ◦ blue 71

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

Shades of Apple Blossom #A65147

Tints of Apple Blossom #A65147

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.47%

 BLUE value IS 71 (28.13% from 255) = 22.33%

R = 52.2%
G = 25.47%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A65147 (or 0xA65147) is known color: Apple Blossom. HEX triplet: A6, 51 and 47. RGB value is (166,81,71). Sum of RGB (Red+Green+Blue) = 166+81+71=318 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.20% from 318); Green value is 81 (32.03% from 255 or 25.47% from 318); Blue value is 71 (28.12% from 255 or 22.33% from 318); Max value from RGB is 166 - color contains mainly: red. Hex color #A65147 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65147 is #59AEB8. Grayscale: #696969. Windows color (decimal): -5877433 or 4673958. OLE color: 4673958.

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

Color convert

RGB 166 81 71 -
CMYK 0 0.51 0.57 0.35
HSL 6.32º 0.4% 0.46% -
HSV(B) 6.32º 0.57% 0.65% -
XYZ 19.81 14.45 7.71 -
YUV 105.28 108.66 171.31 -
System Red Green Blue C M Y K H S L
Decimal 166 81 71 0 0.51 0.57 0.35 6.32 0.4 0.46
Hex A6 51 47 0 33 39 23 6 28 2E
Octal 246 121 107 0 63 71 43 6 50 56
Binary 10100110 1010001 1000111 0 110011 111001 100011 110 101000 101110

Color Harmonies of #A65147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65147

Black with #A65147

Text Example


Text Example

White with #A65147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65147; }

 p { color: rgb(166,81,71); }

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

background-color css

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

 a { background-color: rgb(166,81,71); }

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

border-color css

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

 span { border-color: rgb(166,81,71); }

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