Html Css Color HEX #A25053 Hippie Pink

📋 copy color: '#A25053'

red 162 ◦ green 80 ◦ blue 83

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

Shades of Hippie Pink #A25053

Tints of Hippie Pink #A25053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 25.54%

R = 49.85%
G = 24.62%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A25053 (or 0xA25053) is known color: Hippie Pink. HEX triplet: A2, 50 and 53. RGB value is (162,80,83). Sum of RGB (Red+Green+Blue) = 162+80+83=325 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.85% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 83 (32.81% from 255 or 25.54% from 325); Max value from RGB is 162 - color contains mainly: red. Hex color #A25053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25053 is #5DAFAC. Grayscale: #686868. Windows color (decimal): -6139821 or 5460130. OLE color: 5460130.

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

Color convert

RGB 162 80 83 -
CMYK 0 0.51 0.49 0.36
HSL 357.8º 0.34% 0.47% -
HSV(B) 357.8º 0.51% 0.64% -
XYZ 19.33 14.04 9.88 -
YUV 104.86 115.67 168.76 -
System Red Green Blue C M Y K H S L
Decimal 162 80 83 0 0.51 0.49 0.36 357.8 0.34 0.47
Hex A2 50 53 0 33 31 24 166 22 2F
Octal 242 120 123 0 63 61 44 546 42 57
Binary 10100010 1010000 1010011 0 110011 110001 100100 101100110 100010 101111

Color Harmonies of #A25053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25053

Black with #A25053

Text Example


Text Example

White with #A25053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25053; }

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

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

background-color css

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

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

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

border-color css

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

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

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