Html Css Color HEX #A5565B Hippie Pink

📋 copy color: '#A5565B'

red 165 ◦ green 86 ◦ blue 91

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

Shades of Hippie Pink #A5565B

Tints of Hippie Pink #A5565B

RGB

 RED value IS 165 (64.84% from 255) = 48.25%

 GREEN value IS 86 (33.98% from 255) = 25.15%

 BLUE value IS 91 (35.94% from 255) = 26.61%

R = 48.25%
G = 25.15%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A5565B (or 0xA5565B) is known color: Hippie Pink. HEX triplet: A5, 56 and 5B. RGB value is (165,86,91). Sum of RGB (Red+Green+Blue) = 165+86+91=342 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.25% from 342); Green value is 86 (33.98% from 255 or 25.15% from 342); Blue value is 91 (35.94% from 255 or 26.61% from 342); Max value from RGB is 165 - color contains mainly: red. Hex color #A5565B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5565B is #5AA9A4. Grayscale: #6E6E6E. Windows color (decimal): -5941669 or 5985957. OLE color: 5985957.

HSL color Cylindrical-coordinate representation of color #A5565B: hue angle of 356.2º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A5565B is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 86 91 -
CMYK 0 0.48 0.45 0.35
HSL 356.2º 0.31% 0.49% -
HSV(B) 356.2º 0.48% 0.65% -
XYZ 20.73 15.41 11.78 -
YUV 110.19 117.17 167.09 -
System Red Green Blue C M Y K H S L
Decimal 165 86 91 0 0.48 0.45 0.35 356.2 0.31 0.49
Hex A5 56 5B 0 30 2D 23 164 1F 31
Octal 245 126 133 0 60 55 43 544 37 61
Binary 10100101 1010110 1011011 0 110000 101101 100011 101100100 11111 110001

Color Harmonies of #A5565B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5565B

Black with #A5565B

Text Example


Text Example

White with #A5565B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5565B; }

 p { color: rgb(165,86,91); }

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

background-color css

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

 a { background-color: rgb(165,86,91); }

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

border-color css

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

 span { border-color: rgb(165,86,91); }

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