Html Css Color HEX #A65055 Hippie Pink

📋 copy color: '#A65055'

red 166 ◦ green 80 ◦ blue 85

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

Shades of Hippie Pink #A65055

Tints of Hippie Pink #A65055

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.17%

 BLUE value IS 85 (33.59% from 255) = 25.68%

R = 50.15%
G = 24.17%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A65055 (or 0xA65055) is known color: Hippie Pink. HEX triplet: A6, 50 and 55. RGB value is (166,80,85). Sum of RGB (Red+Green+Blue) = 166+80+85=331 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.15% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 85 (33.59% from 255 or 25.68% from 331); Max value from RGB is 166 - color contains mainly: red. Hex color #A65055 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65055 is #59AFAA. Grayscale: #6A6A6A. Windows color (decimal): -5877675 or 5591206. OLE color: 5591206.

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

Color convert

RGB 166 80 85 -
CMYK 0 0.52 0.49 0.35
HSL 356.51º 0.35% 0.48% -
HSV(B) 356.51º 0.52% 0.65% -
XYZ 20.23 14.5 10.33 -
YUV 106.28 115.99 170.59 -
System Red Green Blue C M Y K H S L
Decimal 166 80 85 0 0.52 0.49 0.35 356.51 0.35 0.48
Hex A6 50 55 0 34 31 23 165 23 30
Octal 246 120 125 0 64 61 43 545 43 60
Binary 10100110 1010000 1010101 0 110100 110001 100011 101100101 100011 110000

Color Harmonies of #A65055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65055

Black with #A65055

Text Example


Text Example

White with #A65055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65055; }

 p { color: rgb(166,80,85); }

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

background-color css

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

 a { background-color: rgb(166,80,85); }

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

border-color css

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

 span { border-color: rgb(166,80,85); }

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