Html Css Color HEX #A6535A Hippie Pink

📋 copy color: '#A6535A'

red 166 ◦ green 83 ◦ blue 90

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

Shades of Hippie Pink #A6535A

Tints of Hippie Pink #A6535A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.48%

 BLUE value IS 90 (35.55% from 255) = 26.55%

R = 48.97%
G = 24.48%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A6535A (or 0xA6535A) is known color: Hippie Pink. HEX triplet: A6, 53 and 5A. RGB value is (166,83,90). Sum of RGB (Red+Green+Blue) = 166+83+90=339 (44% of max value = 765). Red value is 166 (65.23% from 255 or 48.97% from 339); Green value is 83 (32.81% from 255 or 24.48% from 339); Blue value is 90 (35.55% from 255 or 26.55% from 339); Max value from RGB is 166 - color contains mainly: red. Hex color #A6535A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6535A is #59ACA5. Grayscale: #6C6C6C. Windows color (decimal): -5876902 or 5919654. OLE color: 5919654.

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

Color convert

RGB 166 83 90 -
CMYK 0 0.50 0.46 0.35
HSL 354.94º 0.33% 0.49% -
HSV(B) 354.94º 0.5% 0.65% -
XYZ 20.66 15.03 11.49 -
YUV 108.62 117.5 168.93 -
System Red Green Blue C M Y K H S L
Decimal 166 83 90 0 0.50 0.46 0.35 354.94 0.33 0.49
Hex A6 53 5A 0 32 2E 23 163 21 31
Octal 246 123 132 0 62 56 43 543 41 61
Binary 10100110 1010011 1011010 0 110010 101110 100011 101100011 100001 110001

Color Harmonies of #A6535A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6535A

Black with #A6535A

Text Example


Text Example

White with #A6535A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6535A; }

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

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

background-color css

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

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

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

border-color css

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

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

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