Html Css Color HEX #A4585E Hippie Pink

📋 copy color: '#A4585E'

red 164 ◦ green 88 ◦ blue 94

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

Shades of Hippie Pink #A4585E

Tints of Hippie Pink #A4585E

RGB

 RED value IS 164 (64.45% from 255) = 47.4%

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

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

R = 47.4%
G = 25.43%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A4585E (or 0xA4585E) is known color: Hippie Pink. HEX triplet: A4, 58 and 5E. RGB value is (164,88,94). Sum of RGB (Red+Green+Blue) = 164+88+94=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 164 - color contains mainly: red. Hex color #A4585E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4585E is #5BA7A1. Grayscale: #6F6F6F. Windows color (decimal): -6006690 or 6183076. OLE color: 6183076.

HSL color Cylindrical-coordinate representation of color #A4585E: hue angle of 355.26º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A4585E is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 88 94 -
CMYK 0 0.46 0.43 0.36
HSL 355.26º 0.3% 0.49% -
HSV(B) 355.26º 0.46% 0.64% -
XYZ 20.82 15.68 12.52 -
YUV 111.41 118.18 165.51 -
System Red Green Blue C M Y K H S L
Decimal 164 88 94 0 0.46 0.43 0.36 355.26 0.3 0.49
Hex A4 58 5E 0 2E 2B 24 163 1E 31
Octal 244 130 136 0 56 53 44 543 36 61
Binary 10100100 1011000 1011110 0 101110 101011 100100 101100011 11110 110001

Color Harmonies of #A4585E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4585E

Black with #A4585E

Text Example


Text Example

White with #A4585E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4585E; }

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

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

background-color css

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

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

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

border-color css

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

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

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