Html Css Color HEX #A35A5E Hippie Pink

📋 copy color: '#A35A5E'

red 163 ◦ green 90 ◦ blue 94

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

Shades of Hippie Pink #A35A5E

Tints of Hippie Pink #A35A5E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.94%

 BLUE value IS 94 (37.11% from 255) = 27.09%

R = 46.97%
G = 25.94%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A35A5E (or 0xA35A5E) is known color: Hippie Pink. HEX triplet: A3, 5A and 5E. RGB value is (163,90,94). Sum of RGB (Red+Green+Blue) = 163+90+94=347 (45% of max value = 765). Red value is 163 (64.06% from 255 or 46.97% from 347); Green value is 90 (35.55% from 255 or 25.94% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 163 - color contains mainly: red. Hex color #A35A5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35A5E is #5CA5A1. Grayscale: #707070. Windows color (decimal): -6071714 or 6183587. OLE color: 6183587.

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

Color convert

RGB 163 90 94 -
CMYK 0 0.45 0.42 0.36
HSL 356.71º 0.29% 0.5% -
HSV(B) 356.71º 0.45% 0.64% -
XYZ 20.78 15.91 12.56 -
YUV 112.28 117.68 164.17 -
System Red Green Blue C M Y K H S L
Decimal 163 90 94 0 0.45 0.42 0.36 356.71 0.29 0.5
Hex A3 5A 5E 0 2D 2A 24 165 1D 32
Octal 243 132 136 0 55 52 44 545 35 62
Binary 10100011 1011010 1011110 0 101101 101010 100100 101100101 11101 110010

Color Harmonies of #A35A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35A5E

Black with #A35A5E

Text Example


Text Example

White with #A35A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35A5E; }

 p { color: rgb(163,90,94); }

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

background-color css

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

 a { background-color: rgb(163,90,94); }

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

border-color css

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

 span { border-color: rgb(163,90,94); }

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