Html Css Color HEX #A45058 Hippie Pink

📋 copy color: '#A45058'

red 164 ◦ green 80 ◦ blue 88

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

Shades of Hippie Pink #A45058

Tints of Hippie Pink #A45058

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.1%

 BLUE value IS 88 (34.77% from 255) = 26.51%

R = 49.4%
G = 24.1%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#A45058 (or 0xA45058) is known color: Hippie Pink. HEX triplet: A4, 50 and 58. RGB value is (164,80,88). Sum of RGB (Red+Green+Blue) = 164+80+88=332 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.40% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 88 (34.77% from 255 or 26.51% from 332); Max value from RGB is 164 - color contains mainly: red. Hex color #A45058 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45058 is #5BAFA7. Grayscale: #6A6A6A. Windows color (decimal): -6008744 or 5787812. OLE color: 5787812.

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

Color convert

RGB 164 80 88 -
CMYK 0 0.51 0.46 0.36
HSL 354.29º 0.34% 0.48% -
HSV(B) 354.29º 0.51% 0.64% -
XYZ 19.94 14.33 10.95 -
YUV 106.03 117.83 169.35 -
System Red Green Blue C M Y K H S L
Decimal 164 80 88 0 0.51 0.46 0.36 354.29 0.34 0.48
Hex A4 50 58 0 33 2E 24 162 22 30
Octal 244 120 130 0 63 56 44 542 42 60
Binary 10100100 1010000 1011000 0 110011 101110 100100 101100010 100010 110000

Color Harmonies of #A45058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45058

Black with #A45058

Text Example


Text Example

White with #A45058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45058; }

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

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

background-color css

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

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

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

border-color css

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

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

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