Html Css Color HEX #A85852 Apple Blossom

📋 copy color: '#A85852'

red 168 ◦ green 88 ◦ blue 82

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

Shades of Apple Blossom #A85852

Tints of Apple Blossom #A85852

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.04%

 BLUE value IS 82 (32.42% from 255) = 24.26%

R = 49.7%
G = 26.04%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.51

 K value IS 0.34

RGB Variations

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

Color information

#A85852 (or 0xA85852) is known color: Apple Blossom. HEX triplet: A8, 58 and 52. RGB value is (168,88,82). Sum of RGB (Red+Green+Blue) = 168+88+82=338 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.70% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 82 (32.42% from 255 or 24.26% from 338); Max value from RGB is 168 - color contains mainly: red. Hex color #A85852 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85852 is #57A7AD. Grayscale: #6F6F6F. Windows color (decimal): -5744558 or 5396648. OLE color: 5396648.

HSL color Cylindrical-coordinate representation of color #A85852: hue angle of 4.19º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A85852 is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 88 82 -
CMYK 0 0.48 0.51 0.34
HSL 4.19º 0.34% 0.49% -
HSV(B) 4.19º 0.51% 0.66% -
XYZ 21.16 15.91 9.94 -
YUV 111.24 111.5 168.49 -
System Red Green Blue C M Y K H S L
Decimal 168 88 82 0 0.48 0.51 0.34 4.19 0.34 0.49
Hex A8 58 52 0 30 33 22 4 22 31
Octal 250 130 122 0 60 63 42 4 42 61
Binary 10101000 1011000 1010010 0 110000 110011 100010 100 100010 110001

Color Harmonies of #A85852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85852

Black with #A85852

Text Example


Text Example

White with #A85852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85852; }

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

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

background-color css

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

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

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

border-color css

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

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

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