Html Css Color HEX #A85248 Apple Blossom

📋 copy color: '#A85248'

red 168 ◦ green 82 ◦ blue 72

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

Shades of Apple Blossom #A85248

Tints of Apple Blossom #A85248

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.47%

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

R = 52.17%
G = 25.47%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.57

 K value IS 0.34

RGB Variations

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

Color information

#A85248 (or 0xA85248) is known color: Apple Blossom. HEX triplet: A8, 52 and 48. RGB value is (168,82,72). Sum of RGB (Red+Green+Blue) = 168+82+72=322 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.17% from 322); Green value is 82 (32.42% from 255 or 25.47% from 322); Blue value is 72 (28.52% from 255 or 22.36% from 322); Max value from RGB is 168 - color contains mainly: red. Hex color #A85248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85248 is #57ADB7. Grayscale: #6A6A6A. Windows color (decimal): -5746104 or 4739752. OLE color: 4739752.

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

Color convert

RGB 168 82 72 -
CMYK 0 0.51 0.57 0.34
HSL 6.25º 0.4% 0.47% -
HSV(B) 6.25º 0.57% 0.66% -
XYZ 20.34 14.83 7.92 -
YUV 106.57 108.49 171.81 -
System Red Green Blue C M Y K H S L
Decimal 168 82 72 0 0.51 0.57 0.34 6.25 0.4 0.47
Hex A8 52 48 0 33 39 22 6 28 2F
Octal 250 122 110 0 63 71 42 6 50 57
Binary 10101000 1010010 1001000 0 110011 111001 100010 110 101000 101111

Color Harmonies of #A85248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85248

Black with #A85248

Text Example


Text Example

White with #A85248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85248; }

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

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

background-color css

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

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

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

border-color css

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

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

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