Html Css Color HEX #A45262 Hippie Pink

📋 copy color: '#A45262'

red 164 ◦ green 82 ◦ blue 98

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

Shades of Hippie Pink #A45262

Tints of Hippie Pink #A45262

RGB

 RED value IS 164 (64.45% from 255) = 47.67%

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

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

R = 47.67%
G = 23.84%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A45262 (or 0xA45262) is known color: Hippie Pink. HEX triplet: A4, 52 and 62. RGB value is (164,82,98). Sum of RGB (Red+Green+Blue) = 164+82+98=344 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.67% from 344); Green value is 82 (32.42% from 255 or 23.84% from 344); Blue value is 98 (38.67% from 255 or 28.49% from 344); Max value from RGB is 164 - color contains mainly: red. Hex color #A45262 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45262 is #5BAD9D. Grayscale: #6C6C6C. Windows color (decimal): -6008222 or 6443684. OLE color: 6443684.

HSL color Cylindrical-coordinate representation of color #A45262: hue angle of 348.29º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A45262 is Cyan = 0, Magento = 0.5, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 82 98 -
CMYK 0 0.5 0.40 0.36
HSL 348.29º 0.33% 0.48% -
HSV(B) 348.29º 0.5% 0.64% -
XYZ 20.53 14.81 13.33 -
YUV 108.34 122.17 167.7 -
System Red Green Blue C M Y K H S L
Decimal 164 82 98 0 0.5 0.40 0.36 348.29 0.33 0.48
Hex A4 52 62 0 32 28 24 15C 21 30
Octal 244 122 142 0 62 50 44 534 41 60
Binary 10100100 1010010 1100010 0 110010 101000 100100 101011100 100001 110000

Color Harmonies of #A45262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45262

Black with #A45262

Text Example


Text Example

White with #A45262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45262; }

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

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

background-color css

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

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

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

border-color css

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

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

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