Html Css Color HEX #A25262 Hippie Pink

📋 copy color: '#A25262'

red 162 ◦ green 82 ◦ blue 98

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

Shades of Hippie Pink #A25262

Tints of Hippie Pink #A25262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 28.65%

R = 47.37%
G = 23.98%
B = 28.65%

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

#A25262 (or 0xA25262) is known color: Hippie Pink. HEX triplet: A2, 52 and 62. RGB value is (162,82,98). Sum of RGB (Red+Green+Blue) = 162+82+98=342 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.37% from 342); Green value is 82 (32.42% from 255 or 23.98% from 342); Blue value is 98 (38.67% from 255 or 28.65% from 342); Max value from RGB is 162 - color contains mainly: red. Hex color #A25262 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25262 is #5DAD9D. Grayscale: #6B6B6B. Windows color (decimal): -6139294 or 6443682. OLE color: 6443682.

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

Color convert

RGB 162 82 98 -
CMYK 0 0.49 0.40 0.36
HSL 348º 0.33% 0.48% -
HSV(B) 348º 0.49% 0.64% -
XYZ 20.12 14.6 13.31 -
YUV 107.74 122.5 166.7 -
System Red Green Blue C M Y K H S L
Decimal 162 82 98 0 0.49 0.40 0.36 348 0.33 0.48
Hex A2 52 62 0 31 28 24 15C 21 30
Octal 242 122 142 0 61 50 44 534 41 60
Binary 10100010 1010010 1100010 0 110001 101000 100100 101011100 100001 110000

Color Harmonies of #A25262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25262

Black with #A25262

Text Example


Text Example

White with #A25262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25262; }

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

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

background-color css

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

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

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

border-color css

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

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

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