Html Css Color HEX #A85D63 Blush

📋 copy color: '#A85D63'

red 168 ◦ green 93 ◦ blue 99

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

Shades of Blush #A85D63

Tints of Blush #A85D63

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.83%

 BLUE value IS 99 (39.06% from 255) = 27.5%

R = 46.67%
G = 25.83%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.41

 K value IS 0.34

RGB Variations

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

Color information

#A85D63 (or 0xA85D63) is known color: Blush. HEX triplet: A8, 5D and 63. RGB value is (168,93,99). Sum of RGB (Red+Green+Blue) = 168+93+99=360 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.67% from 360); Green value is 93 (36.72% from 255 or 25.83% from 360); Blue value is 99 (39.06% from 255 or 27.5% from 360); Max value from RGB is 168 - color contains mainly: red. Hex color #A85D63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85D63 is #57A29C. Grayscale: #747474. Windows color (decimal): -5743261 or 6512040. OLE color: 6512040.

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

Color convert

RGB 168 93 99 -
CMYK 0 0.45 0.41 0.34
HSL 355.2º 0.3% 0.51% -
HSV(B) 355.2º 0.45% 0.66% -
XYZ 22.31 17.05 13.92 -
YUV 116.11 118.35 165.01 -
System Red Green Blue C M Y K H S L
Decimal 168 93 99 0 0.45 0.41 0.34 355.2 0.3 0.51
Hex A8 5D 63 0 2D 29 22 163 1E 33
Octal 250 135 143 0 55 51 42 543 36 63
Binary 10101000 1011101 1100011 0 101101 101001 100010 101100011 11110 110011

Color Harmonies of #A85D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85D63

Black with #A85D63

Text Example


Text Example

White with #A85D63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85D63; }

 p { color: rgb(168,93,99); }

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

background-color css

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

 a { background-color: rgb(168,93,99); }

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

border-color css

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

 span { border-color: rgb(168,93,99); }

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