Html Css Color HEX #A45763 Hippie Pink

📋 copy color: '#A45763'

red 164 ◦ green 87 ◦ blue 99

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

Shades of Hippie Pink #A45763

Tints of Hippie Pink #A45763

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.86%

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

R = 46.86%
G = 24.86%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A45763 (or 0xA45763) is known color: Hippie Pink. HEX triplet: A4, 57 and 63. RGB value is (164,87,99). Sum of RGB (Red+Green+Blue) = 164+87+99=350 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.86% from 350); Green value is 87 (34.38% from 255 or 24.86% from 350); Blue value is 99 (39.06% from 255 or 28.29% from 350); Max value from RGB is 164 - color contains mainly: red. Hex color #A45763 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45763 is #5BA89C. Grayscale: #6F6F6F. Windows color (decimal): -6006941 or 6510500. OLE color: 6510500.

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

Color convert

RGB 164 87 99 -
CMYK 0 0.47 0.40 0.36
HSL 350.65º 0.31% 0.49% -
HSV(B) 350.65º 0.47% 0.64% -
XYZ 20.97 15.61 13.71 -
YUV 111.39 121.01 165.52 -
System Red Green Blue C M Y K H S L
Decimal 164 87 99 0 0.47 0.40 0.36 350.65 0.31 0.49
Hex A4 57 63 0 2F 28 24 15F 1F 31
Octal 244 127 143 0 57 50 44 537 37 61
Binary 10100100 1010111 1100011 0 101111 101000 100100 101011111 11111 110001

Color Harmonies of #A45763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45763

Black with #A45763

Text Example


Text Example

White with #A45763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45763; }

 p { color: rgb(164,87,99); }

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

background-color css

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

 a { background-color: rgb(164,87,99); }

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

border-color css

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

 span { border-color: rgb(164,87,99); }

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