Html Css Color HEX #A65058 Hippie Pink

📋 copy color: '#A65058'

red 166 ◦ green 80 ◦ blue 88

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

Shades of Hippie Pink #A65058

Tints of Hippie Pink #A65058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 26.35%

R = 49.7%
G = 23.95%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#A65058 (or 0xA65058) is known color: Hippie Pink. HEX triplet: A6, 50 and 58. RGB value is (166,80,88). Sum of RGB (Red+Green+Blue) = 166+80+88=334 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.70% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 88 (34.77% from 255 or 26.35% from 334); Max value from RGB is 166 - color contains mainly: red. Hex color #A65058 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65058 is #59AFA7. Grayscale: #6A6A6A. Windows color (decimal): -5877672 or 5787814. OLE color: 5787814.

HSL color Cylindrical-coordinate representation of color #A65058: hue angle of 354.42º 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 #A65058 is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 80 88 -
CMYK 0 0.52 0.47 0.35
HSL 354.42º 0.35% 0.48% -
HSV(B) 354.42º 0.52% 0.65% -
XYZ 20.36 14.55 10.97 -
YUV 106.63 117.49 170.35 -
System Red Green Blue C M Y K H S L
Decimal 166 80 88 0 0.52 0.47 0.35 354.42 0.35 0.48
Hex A6 50 58 0 34 2F 23 162 23 30
Octal 246 120 130 0 64 57 43 542 43 60
Binary 10100110 1010000 1011000 0 110100 101111 100011 101100010 100011 110000

Color Harmonies of #A65058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65058

Black with #A65058

Text Example


Text Example

White with #A65058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65058; }

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

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

background-color css

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

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

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

border-color css

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

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

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