Html Css Color HEX #A25058 Hippie Pink

📋 copy color: '#A25058'

red 162 ◦ green 80 ◦ blue 88

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

Shades of Hippie Pink #A25058

Tints of Hippie Pink #A25058

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.24%

 BLUE value IS 88 (34.77% from 255) = 26.67%

R = 49.09%
G = 24.24%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#A25058 (or 0xA25058) is known color: Hippie Pink. HEX triplet: A2, 50 and 58. RGB value is (162,80,88). Sum of RGB (Red+Green+Blue) = 162+80+88=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 88 (34.77% from 255 or 26.67% from 330); Max value from RGB is 162 - color contains mainly: red. Hex color #A25058 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25058 is #5DAFA7. Grayscale: #696969. Windows color (decimal): -6139816 or 5787810. OLE color: 5787810.

HSL color Cylindrical-coordinate representation of color #A25058: hue angle of 354.15º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A25058 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 80 88 -
CMYK 0 0.51 0.46 0.36
HSL 354.15º 0.34% 0.47% -
HSV(B) 354.15º 0.51% 0.64% -
XYZ 19.53 14.12 10.93 -
YUV 105.43 118.17 168.35 -
System Red Green Blue C M Y K H S L
Decimal 162 80 88 0 0.51 0.46 0.36 354.15 0.34 0.47
Hex A2 50 58 0 33 2E 24 162 22 2F
Octal 242 120 130 0 63 56 44 542 42 57
Binary 10100010 1010000 1011000 0 110011 101110 100100 101100010 100010 101111

Color Harmonies of #A25058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25058

Black with #A25058

Text Example


Text Example

White with #A25058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25058; }

 p { color: rgb(162,80,88); }

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

background-color css

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

 a { background-color: rgb(162,80,88); }

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

border-color css

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

 span { border-color: rgb(162,80,88); }

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