Html Css Color HEX #A85148 Apple Blossom

📋 copy color: '#A85148'

red 168 ◦ green 81 ◦ blue 72

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

Shades of Apple Blossom #A85148

Tints of Apple Blossom #A85148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 22.43%

R = 52.34%
G = 25.23%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.57

 K value IS 0.34

RGB Variations

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

Color information

#A85148 (or 0xA85148) is known color: Apple Blossom. HEX triplet: A8, 51 and 48. RGB value is (168,81,72). Sum of RGB (Red+Green+Blue) = 168+81+72=321 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.34% from 321); Green value is 81 (32.03% from 255 or 25.23% from 321); Blue value is 72 (28.52% from 255 or 22.43% from 321); Max value from RGB is 168 - color contains mainly: red. Hex color #A85148 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85148 is #57AEB7. Grayscale: #6A6A6A. Windows color (decimal): -5746360 or 4739496. OLE color: 4739496.

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

Color convert

RGB 168 81 72 -
CMYK 0 0.52 0.57 0.34
HSL 5.63º 0.4% 0.47% -
HSV(B) 5.63º 0.57% 0.66% -
XYZ 20.26 14.68 7.9 -
YUV 105.99 108.82 172.23 -
System Red Green Blue C M Y K H S L
Decimal 168 81 72 0 0.52 0.57 0.34 5.63 0.4 0.47
Hex A8 51 48 0 34 39 22 6 28 2F
Octal 250 121 110 0 64 71 42 6 50 57
Binary 10101000 1010001 1001000 0 110100 111001 100010 110 101000 101111

Color Harmonies of #A85148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85148

Black with #A85148

Text Example


Text Example

White with #A85148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85148; }

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

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

background-color css

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

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

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

border-color css

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

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

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