Html Css Color HEX #A65D5F Hippie Pink

📋 copy color: '#A65D5F'

red 166 ◦ green 93 ◦ blue 95

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

Shades of Hippie Pink #A65D5F

Tints of Hippie Pink #A65D5F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.27%

 BLUE value IS 95 (37.5% from 255) = 26.84%

R = 46.89%
G = 26.27%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A65D5F (or 0xA65D5F) is known color: Hippie Pink. HEX triplet: A6, 5D and 5F. RGB value is (166,93,95). Sum of RGB (Red+Green+Blue) = 166+93+95=354 (46% of max value = 765). Red value is 166 (65.23% from 255 or 46.89% from 354); Green value is 93 (36.72% from 255 or 26.27% from 354); Blue value is 95 (37.5% from 255 or 26.84% from 354); Max value from RGB is 166 - color contains mainly: red. Hex color #A65D5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65D5F is #59A2A0. Grayscale: #737373. Windows color (decimal): -5874337 or 6249894. OLE color: 6249894.

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

Color convert

RGB 166 93 95 -
CMYK 0 0.44 0.43 0.35
HSL 358.36º 0.29% 0.51% -
HSV(B) 358.36º 0.44% 0.65% -
XYZ 21.71 16.76 12.92 -
YUV 115.06 116.68 164.34 -
System Red Green Blue C M Y K H S L
Decimal 166 93 95 0 0.44 0.43 0.35 358.36 0.29 0.51
Hex A6 5D 5F 0 2C 2B 23 166 1D 33
Octal 246 135 137 0 54 53 43 546 35 63
Binary 10100110 1011101 1011111 0 101100 101011 100011 101100110 11101 110011

Color Harmonies of #A65D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65D5F

Black with #A65D5F

Text Example


Text Example

White with #A65D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65D5F; }

 p { color: rgb(166,93,95); }

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

background-color css

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

 a { background-color: rgb(166,93,95); }

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

border-color css

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

 span { border-color: rgb(166,93,95); }

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