Html Css Color HEX #A2465A Hippie Pink

📋 copy color: '#A2465A'

red 162 ◦ green 70 ◦ blue 90

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

Shades of Hippie Pink #A2465A

Tints of Hippie Pink #A2465A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.74%

 BLUE value IS 90 (35.55% from 255) = 27.95%

R = 50.31%
G = 21.74%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A2465A (or 0xA2465A) is known color: Hippie Pink. HEX triplet: A2, 46 and 5A. RGB value is (162,70,90). Sum of RGB (Red+Green+Blue) = 162+70+90=322 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.31% from 322); Green value is 70 (27.73% from 255 or 21.74% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 162 - color contains mainly: red. Hex color #A2465A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2465A is #5DB9A5. Grayscale: #636363. Windows color (decimal): -6142374 or 5916322. OLE color: 5916322.

HSL color Cylindrical-coordinate representation of color #A2465A: hue angle of 346.96º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A2465A is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 70 90 -
CMYK 0 0.57 0.44 0.36
HSL 346.96º 0.4% 0.45% -
HSV(B) 346.96º 0.57% 0.64% -
XYZ 18.94 12.8 11.15 -
YUV 99.79 122.48 172.37 -
System Red Green Blue C M Y K H S L
Decimal 162 70 90 0 0.57 0.44 0.36 346.96 0.4 0.45
Hex A2 46 5A 0 39 2C 24 15B 28 2D
Octal 242 106 132 0 71 54 44 533 50 55
Binary 10100010 1000110 1011010 0 111001 101100 100100 101011011 101000 101101

Color Harmonies of #A2465A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2465A

Black with #A2465A

Text Example


Text Example

White with #A2465A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2465A; }

 p { color: rgb(162,70,90); }

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

background-color css

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

 a { background-color: rgb(162,70,90); }

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

border-color css

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

 span { border-color: rgb(162,70,90); }

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