Html Css Color HEX #A8585E Hippie Pink

📋 copy color: '#A8585E'

red 168 ◦ green 88 ◦ blue 94

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

Shades of Hippie Pink #A8585E

Tints of Hippie Pink #A8585E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.86%

R = 48%
G = 25.14%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.44

 K value IS 0.34

RGB Variations

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

Color information

#A8585E (or 0xA8585E) is known color: Hippie Pink. HEX triplet: A8, 58 and 5E. RGB value is (168,88,94). Sum of RGB (Red+Green+Blue) = 168+88+94=350 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 168 - color contains mainly: red. Hex color #A8585E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8585E is #57A7A1. Grayscale: #707070. Windows color (decimal): -5744546 or 6183080. OLE color: 6183080.

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

Color convert

RGB 168 88 94 -
CMYK 0 0.48 0.44 0.34
HSL 355.5º 0.31% 0.5% -
HSV(B) 355.5º 0.48% 0.66% -
XYZ 21.66 16.11 12.56 -
YUV 112.6 117.5 167.51 -
System Red Green Blue C M Y K H S L
Decimal 168 88 94 0 0.48 0.44 0.34 355.5 0.31 0.5
Hex A8 58 5E 0 30 2C 22 164 1F 32
Octal 250 130 136 0 60 54 42 544 37 62
Binary 10101000 1011000 1011110 0 110000 101100 100010 101100100 11111 110010

Color Harmonies of #A8585E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8585E

Black with #A8585E

Text Example


Text Example

White with #A8585E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8585E; }

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

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

background-color css

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

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

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

border-color css

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

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

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