Html Css Color HEX #A25259 Hippie Pink

📋 copy color: '#A25259'

red 162 ◦ green 82 ◦ blue 89

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

Shades of Hippie Pink #A25259

Tints of Hippie Pink #A25259

RGB

 RED value IS 162 (63.67% from 255) = 48.65%

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

 BLUE value IS 89 (35.16% from 255) = 26.73%

R = 48.65%
G = 24.62%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.45

 K value IS 0.36

RGB Variations

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

Color information

#A25259 (or 0xA25259) is known color: Hippie Pink. HEX triplet: A2, 52 and 59. RGB value is (162,82,89). Sum of RGB (Red+Green+Blue) = 162+82+89=333 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.65% from 333); Green value is 82 (32.42% from 255 or 24.62% from 333); Blue value is 89 (35.16% from 255 or 26.73% from 333); Max value from RGB is 162 - color contains mainly: red. Hex color #A25259 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25259 is #5DADA6. Grayscale: #6A6A6A. Windows color (decimal): -6139303 or 5853858. OLE color: 5853858.

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

Color convert

RGB 162 82 89 -
CMYK 0 0.49 0.45 0.36
HSL 354.75º 0.33% 0.48% -
HSV(B) 354.75º 0.49% 0.64% -
XYZ 19.72 14.44 11.2 -
YUV 106.72 118 167.43 -
System Red Green Blue C M Y K H S L
Decimal 162 82 89 0 0.49 0.45 0.36 354.75 0.33 0.48
Hex A2 52 59 0 31 2D 24 163 21 30
Octal 242 122 131 0 61 55 44 543 41 60
Binary 10100010 1010010 1011001 0 110001 101101 100100 101100011 100001 110000

Color Harmonies of #A25259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25259

Black with #A25259

Text Example


Text Example

White with #A25259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25259; }

 p { color: rgb(162,82,89); }

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

background-color css

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

 a { background-color: rgb(162,82,89); }

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

border-color css

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

 span { border-color: rgb(162,82,89); }

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