Html Css Color HEX #A85046 Apple Blossom

📋 copy color: '#A85046'

red 168 ◦ green 80 ◦ blue 70

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

Shades of Apple Blossom #A85046

Tints of Apple Blossom #A85046

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.16%

 BLUE value IS 70 (27.73% from 255) = 22.01%

R = 52.83%
G = 25.16%
B = 22.01%

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

#A85046 (or 0xA85046) is known color: Apple Blossom. HEX triplet: A8, 50 and 46. RGB value is (168,80,70). Sum of RGB (Red+Green+Blue) = 168+80+70=318 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.83% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 70 (27.73% from 255 or 22.01% from 318); Max value from RGB is 168 - color contains mainly: red. Hex color #A85046 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85046 is #57AFB9. Grayscale: #696969. Windows color (decimal): -5746618 or 4608168. OLE color: 4608168.

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

Color convert

RGB 168 80 70 -
CMYK 0 0.52 0.58 0.34
HSL 6.12º 0.41% 0.47% -
HSV(B) 6.12º 0.58% 0.66% -
XYZ 20.12 14.5 7.53 -
YUV 105.17 108.15 172.81 -
System Red Green Blue C M Y K H S L
Decimal 168 80 70 0 0.52 0.58 0.34 6.12 0.41 0.47
Hex A8 50 46 0 34 3A 22 6 29 2F
Octal 250 120 106 0 64 72 42 6 51 57
Binary 10101000 1010000 1000110 0 110100 111010 100010 110 101001 101111

Color Harmonies of #A85046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85046

Black with #A85046

Text Example


Text Example

White with #A85046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85046; }

 p { color: rgb(168,80,70); }

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

background-color css

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

 a { background-color: rgb(168,80,70); }

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

border-color css

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

 span { border-color: rgb(168,80,70); }

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