Html Css Color HEX #A65A5E Hippie Pink

📋 copy color: '#A65A5E'

red 166 ◦ green 90 ◦ blue 94

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

Shades of Hippie Pink #A65A5E

Tints of Hippie Pink #A65A5E

RGB

 RED value IS 166 (65.23% from 255) = 47.43%

 GREEN value IS 90 (35.55% from 255) = 25.71%

 BLUE value IS 94 (37.11% from 255) = 26.86%

R = 47.43%
G = 25.71%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A65A5E (or 0xA65A5E) is known color: Hippie Pink. HEX triplet: A6, 5A and 5E. RGB value is (166,90,94). Sum of RGB (Red+Green+Blue) = 166+90+94=350 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.43% from 350); Green value is 90 (35.55% from 255 or 25.71% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 166 - color contains mainly: red. Hex color #A65A5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65A5E is #59A5A1. Grayscale: #717171. Windows color (decimal): -5875106 or 6183590. OLE color: 6183590.

HSL color Cylindrical-coordinate representation of color #A65A5E: hue angle of 356.84º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A65A5E is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 90 94 -
CMYK 0 0.46 0.43 0.35
HSL 356.84º 0.3% 0.5% -
HSV(B) 356.84º 0.46% 0.65% -
XYZ 21.4 16.23 12.59 -
YUV 113.18 117.18 165.67 -
System Red Green Blue C M Y K H S L
Decimal 166 90 94 0 0.46 0.43 0.35 356.84 0.3 0.5
Hex A6 5A 5E 0 2E 2B 23 165 1E 32
Octal 246 132 136 0 56 53 43 545 36 62
Binary 10100110 1011010 1011110 0 101110 101011 100011 101100101 11110 110010

Color Harmonies of #A65A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65A5E

Black with #A65A5E

Text Example


Text Example

White with #A65A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65A5E; }

 p { color: rgb(166,90,94); }

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

background-color css

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

 a { background-color: rgb(166,90,94); }

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

border-color css

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

 span { border-color: rgb(166,90,94); }

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