Html Css Color HEX #A35B61 Hippie Pink

📋 copy color: '#A35B61'

red 163 ◦ green 91 ◦ blue 97

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

Shades of Hippie Pink #A35B61

Tints of Hippie Pink #A35B61

RGB

 RED value IS 163 (64.06% from 255) = 46.44%

 GREEN value IS 91 (35.94% from 255) = 25.93%

 BLUE value IS 97 (38.28% from 255) = 27.64%

R = 46.44%
G = 25.93%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A35B61 (or 0xA35B61) is known color: Hippie Pink. HEX triplet: A3, 5B and 61. RGB value is (163,91,97). Sum of RGB (Red+Green+Blue) = 163+91+97=351 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.44% from 351); Green value is 91 (35.94% from 255 or 25.93% from 351); Blue value is 97 (38.28% from 255 or 27.64% from 351); Max value from RGB is 163 - color contains mainly: red. Hex color #A35B61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35B61 is #5CA49E. Grayscale: #717171. Windows color (decimal): -6071455 or 6380451. OLE color: 6380451.

HSL color Cylindrical-coordinate representation of color #A35B61: hue angle of 355º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A35B61 is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 91 97 -
CMYK 0 0.44 0.40 0.36
HSL 355º 0.28% 0.5% -
HSV(B) 355º 0.44% 0.64% -
XYZ 21 16.13 13.32 -
YUV 113.21 118.85 163.51 -
System Red Green Blue C M Y K H S L
Decimal 163 91 97 0 0.44 0.40 0.36 355 0.28 0.5
Hex A3 5B 61 0 2C 28 24 163 1C 32
Octal 243 133 141 0 54 50 44 543 34 62
Binary 10100011 1011011 1100001 0 101100 101000 100100 101100011 11100 110010

Color Harmonies of #A35B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35B61

Black with #A35B61

Text Example


Text Example

White with #A35B61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35B61; }

 p { color: rgb(163,91,97); }

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

background-color css

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

 a { background-color: rgb(163,91,97); }

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

border-color css

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

 span { border-color: rgb(163,91,97); }

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