Html Css Color HEX #A25261 Hippie Pink

📋 copy color: '#A25261'

red 162 ◦ green 82 ◦ blue 97

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

Shades of Hippie Pink #A25261

Tints of Hippie Pink #A25261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 28.45%

R = 47.51%
G = 24.05%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A25261 (or 0xA25261) is known color: Hippie Pink. HEX triplet: A2, 52 and 61. RGB value is (162,82,97). Sum of RGB (Red+Green+Blue) = 162+82+97=341 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.51% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 97 (38.28% from 255 or 28.45% from 341); Max value from RGB is 162 - color contains mainly: red. Hex color #A25261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25261 is #5DAD9E. Grayscale: #6B6B6B. Windows color (decimal): -6139295 or 6378146. OLE color: 6378146.

HSL color Cylindrical-coordinate representation of color #A25261: hue angle of 348.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 #A25261 is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 82 97 -
CMYK 0 0.49 0.40 0.36
HSL 348.75º 0.33% 0.48% -
HSV(B) 348.75º 0.49% 0.64% -
XYZ 20.08 14.58 13.07 -
YUV 107.63 122 166.78 -
System Red Green Blue C M Y K H S L
Decimal 162 82 97 0 0.49 0.40 0.36 348.75 0.33 0.48
Hex A2 52 61 0 31 28 24 15D 21 30
Octal 242 122 141 0 61 50 44 535 41 60
Binary 10100010 1010010 1100001 0 110001 101000 100100 101011101 100001 110000

Color Harmonies of #A25261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25261

Black with #A25261

Text Example


Text Example

White with #A25261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25261; }

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

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

background-color css

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

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

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

border-color css

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

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

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