Html Css Color HEX #A85147 Apple Blossom

📋 copy color: '#A85147'

red 168 ◦ green 81 ◦ blue 71

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

Shades of Apple Blossom #A85147

Tints of Apple Blossom #A85147

RGB

 RED value IS 168 (66.02% from 255) = 52.5%

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

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

R = 52.5%
G = 25.31%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.58

 K value IS 0.34

RGB Variations

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

Color information

#A85147 (or 0xA85147) is known color: Apple Blossom. HEX triplet: A8, 51 and 47. RGB value is (168,81,71). Sum of RGB (Red+Green+Blue) = 168+81+71=320 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.5% from 320); Green value is 81 (32.03% from 255 or 25.31% from 320); Blue value is 71 (28.12% from 255 or 22.19% from 320); Max value from RGB is 168 - color contains mainly: red. Hex color #A85147 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85147 is #57AEB8. Grayscale: #6A6A6A. Windows color (decimal): -5746361 or 4673960. OLE color: 4673960.

HSL color Cylindrical-coordinate representation of color #A85147: hue angle of 6.19º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A85147 is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 81 71 -
CMYK 0 0.52 0.58 0.34
HSL 6.19º 0.41% 0.47% -
HSV(B) 6.19º 0.58% 0.66% -
XYZ 20.23 14.66 7.73 -
YUV 105.87 108.32 172.31 -
System Red Green Blue C M Y K H S L
Decimal 168 81 71 0 0.52 0.58 0.34 6.19 0.41 0.47
Hex A8 51 47 0 34 3A 22 6 29 2F
Octal 250 121 107 0 64 72 42 6 51 57
Binary 10101000 1010001 1000111 0 110100 111010 100010 110 101001 101111

Color Harmonies of #A85147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85147

Black with #A85147

Text Example


Text Example

White with #A85147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85147; }

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

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

background-color css

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

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

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

border-color css

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

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

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