Html Css Color HEX #A54850 Hippie Pink

📋 copy color: '#A54850'

red 165 ◦ green 72 ◦ blue 80

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

Shades of Hippie Pink #A54850

Tints of Hippie Pink #A54850

RGB

 RED value IS 165 (64.84% from 255) = 52.05%

 GREEN value IS 72 (28.52% from 255) = 22.71%

 BLUE value IS 80 (31.64% from 255) = 25.24%

R = 52.05%
G = 22.71%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#A54850 (or 0xA54850) is known color: Hippie Pink. HEX triplet: A5, 48 and 50. RGB value is (165,72,80). Sum of RGB (Red+Green+Blue) = 165+72+80=317 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.05% from 317); Green value is 72 (28.52% from 255 or 22.71% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 165 - color contains mainly: red. Hex color #A54850 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54850 is #5AB7AF. Grayscale: #646464. Windows color (decimal): -5945264 or 5261477. OLE color: 5261477.

HSL color Cylindrical-coordinate representation of color #A54850: hue angle of 354.84º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A54850 is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 72 80 -
CMYK 0 0.56 0.52 0.35
HSL 354.84º 0.39% 0.46% -
HSV(B) 354.84º 0.56% 0.65% -
XYZ 19.28 13.21 9.12 -
YUV 100.72 116.31 173.85 -
System Red Green Blue C M Y K H S L
Decimal 165 72 80 0 0.56 0.52 0.35 354.84 0.39 0.46
Hex A5 48 50 0 38 34 23 163 27 2E
Octal 245 110 120 0 70 64 43 543 47 56
Binary 10100101 1001000 1010000 0 111000 110100 100011 101100011 100111 101110

Color Harmonies of #A54850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54850

Black with #A54850

Text Example


Text Example

White with #A54850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54850; }

 p { color: rgb(165,72,80); }

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

background-color css

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

 a { background-color: rgb(165,72,80); }

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

border-color css

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

 span { border-color: rgb(165,72,80); }

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