Html Css Color HEX #A25359 Hippie Pink

📋 copy color: '#A25359'

red 162 ◦ green 83 ◦ blue 89

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

Shades of Hippie Pink #A25359

Tints of Hippie Pink #A25359

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.85%

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

R = 48.5%
G = 24.85%
B = 26.65%

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

#A25359 (or 0xA25359) is known color: Hippie Pink. HEX triplet: A2, 53 and 59. RGB value is (162,83,89). Sum of RGB (Red+Green+Blue) = 162+83+89=334 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.50% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 89 (35.16% from 255 or 26.65% from 334); Max value from RGB is 162 - color contains mainly: red. Hex color #A25359 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25359 is #5DACA6. Grayscale: #6B6B6B. Windows color (decimal): -6139047 or 5854114. OLE color: 5854114.

HSL color Cylindrical-coordinate representation of color #A25359: hue angle of 355.44º degrees, saturation: 0.32, 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 #A25359 is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 83 89 -
CMYK 0 0.49 0.45 0.36
HSL 355.44º 0.32% 0.48% -
HSV(B) 355.44º 0.49% 0.64% -
XYZ 19.8 14.59 11.22 -
YUV 107.31 117.67 167.01 -
System Red Green Blue C M Y K H S L
Decimal 162 83 89 0 0.49 0.45 0.36 355.44 0.32 0.48
Hex A2 53 59 0 31 2D 24 163 20 30
Octal 242 123 131 0 61 55 44 543 40 60
Binary 10100010 1010011 1011001 0 110001 101101 100100 101100011 100000 110000

Color Harmonies of #A25359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25359

Black with #A25359

Text Example


Text Example

White with #A25359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25359; }

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

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

background-color css

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

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

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

border-color css

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

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

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