Html Css Color HEX #A0525B Hippie Pink

📋 copy color: '#A0525B'

red 160 ◦ green 82 ◦ blue 91

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

Shades of Hippie Pink #A0525B

Tints of Hippie Pink #A0525B

RGB

 RED value IS 160 (62.89% from 255) = 48.05%

 GREEN value IS 82 (32.42% from 255) = 24.62%

 BLUE value IS 91 (35.94% from 255) = 27.33%

R = 48.05%
G = 24.62%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#A0525B (or 0xA0525B) is known color: Hippie Pink. HEX triplet: A0, 52 and 5B. RGB value is (160,82,91). Sum of RGB (Red+Green+Blue) = 160+82+91=333 (44% of max value = 765). Red value is 160 (62.89% from 255 or 48.05% from 333); Green value is 82 (32.42% from 255 or 24.62% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 160 - color contains mainly: red. Hex color #A0525B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0525B is #5FADA4. Grayscale: #6A6A6A. Windows color (decimal): -6270373 or 5984928. OLE color: 5984928.

HSL color Cylindrical-coordinate representation of color #A0525B: hue angle of 353.08º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A0525B is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 82 91 -
CMYK 0 0.49 0.43 0.37
HSL 353.08º 0.32% 0.47% -
HSV(B) 353.08º 0.49% 0.63% -
XYZ 19.4 14.26 11.63 -
YUV 106.35 119.34 166.27 -
System Red Green Blue C M Y K H S L
Decimal 160 82 91 0 0.49 0.43 0.37 353.08 0.32 0.47
Hex A0 52 5B 0 31 2B 25 161 20 2F
Octal 240 122 133 0 61 53 45 541 40 57
Binary 10100000 1010010 1011011 0 110001 101011 100101 101100001 100000 101111

Color Harmonies of #A0525B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0525B

Black with #A0525B

Text Example


Text Example

White with #A0525B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0525B; }

 p { color: rgb(160,82,91); }

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

background-color css

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

 a { background-color: rgb(160,82,91); }

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

border-color css

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

 span { border-color: rgb(160,82,91); }

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