Html Css Color HEX #A85A5C Hippie Pink

📋 copy color: '#A85A5C'

red 168 ◦ green 90 ◦ blue 92

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

Shades of Hippie Pink #A85A5C

Tints of Hippie Pink #A85A5C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.71%

 BLUE value IS 92 (36.33% from 255) = 26.29%

R = 48%
G = 25.71%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#A85A5C (or 0xA85A5C) is known color: Hippie Pink. HEX triplet: A8, 5A and 5C. RGB value is (168,90,92). Sum of RGB (Red+Green+Blue) = 168+90+92=350 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48% from 350); Green value is 90 (35.55% from 255 or 25.71% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 168 - color contains mainly: red. Hex color #A85A5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85A5C is #57A5A3. Grayscale: #717171. Windows color (decimal): -5744036 or 6052520. OLE color: 6052520.

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

Color convert

RGB 168 90 92 -
CMYK 0 0.46 0.45 0.34
HSL 358.46º 0.31% 0.51% -
HSV(B) 358.46º 0.46% 0.66% -
XYZ 21.74 16.41 12.15 -
YUV 113.55 115.84 166.84 -
System Red Green Blue C M Y K H S L
Decimal 168 90 92 0 0.46 0.45 0.34 358.46 0.31 0.51
Hex A8 5A 5C 0 2E 2D 22 166 1F 33
Octal 250 132 134 0 56 55 42 546 37 63
Binary 10101000 1011010 1011100 0 101110 101101 100010 101100110 11111 110011

Color Harmonies of #A85A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85A5C

Black with #A85A5C

Text Example


Text Example

White with #A85A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85A5C; }

 p { color: rgb(168,90,92); }

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

background-color css

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

 a { background-color: rgb(168,90,92); }

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

border-color css

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

 span { border-color: rgb(168,90,92); }

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