Html Css Color HEX #A45C5E Hippie Pink

📋 copy color: '#A45C5E'

red 164 ◦ green 92 ◦ blue 94

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

Shades of Hippie Pink #A45C5E

Tints of Hippie Pink #A45C5E

RGB

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

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

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

R = 46.86%
G = 26.29%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A45C5E (or 0xA45C5E) is known color: Hippie Pink. HEX triplet: A4, 5C and 5E. RGB value is (164,92,94). Sum of RGB (Red+Green+Blue) = 164+92+94=350 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.86% from 350); Green value is 92 (36.33% from 255 or 26.29% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 164 - color contains mainly: red. Hex color #A45C5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45C5E is #5BA3A1. Grayscale: #717171. Windows color (decimal): -6005666 or 6184100. OLE color: 6184100.

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

Color convert

RGB 164 92 94 -
CMYK 0 0.44 0.43 0.36
HSL 358.33º 0.28% 0.5% -
HSV(B) 358.33º 0.44% 0.64% -
XYZ 21.16 16.35 12.63 -
YUV 113.76 116.85 163.84 -
System Red Green Blue C M Y K H S L
Decimal 164 92 94 0 0.44 0.43 0.36 358.33 0.28 0.5
Hex A4 5C 5E 0 2C 2B 24 166 1C 32
Octal 244 134 136 0 54 53 44 546 34 62
Binary 10100100 1011100 1011110 0 101100 101011 100100 101100110 11100 110010

Color Harmonies of #A45C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45C5E

Black with #A45C5E

Text Example


Text Example

White with #A45C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45C5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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