Html Css Color HEX #A25258 Hippie Pink

📋 copy color: '#A25258'

red 162 ◦ green 82 ◦ blue 88

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

Shades of Hippie Pink #A25258

Tints of Hippie Pink #A25258

RGB

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

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

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

R = 48.8%
G = 24.7%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#A25258 (or 0xA25258) is known color: Hippie Pink. HEX triplet: A2, 52 and 58. RGB value is (162,82,88). Sum of RGB (Red+Green+Blue) = 162+82+88=332 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.80% from 332); Green value is 82 (32.42% from 255 or 24.70% from 332); Blue value is 88 (34.77% from 255 or 26.51% from 332); Max value from RGB is 162 - color contains mainly: red. Hex color #A25258 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25258 is #5DADA7. Grayscale: #6A6A6A. Windows color (decimal): -6139304 or 5788322. OLE color: 5788322.

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

Color convert

RGB 162 82 88 -
CMYK 0 0.49 0.46 0.36
HSL 355.5º 0.33% 0.48% -
HSV(B) 355.5º 0.49% 0.64% -
XYZ 19.68 14.42 10.98 -
YUV 106.6 117.5 167.51 -
System Red Green Blue C M Y K H S L
Decimal 162 82 88 0 0.49 0.46 0.36 355.5 0.33 0.48
Hex A2 52 58 0 31 2E 24 164 21 30
Octal 242 122 130 0 61 56 44 544 41 60
Binary 10100010 1010010 1011000 0 110001 101110 100100 101100100 100001 110000

Color Harmonies of #A25258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25258

Black with #A25258

Text Example


Text Example

White with #A25258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25258; }

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

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

background-color css

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

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

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

border-color css

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

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

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