Html Css Color HEX #A35D5F Hippie Pink

📋 copy color: '#A35D5F'

red 163 ◦ green 93 ◦ blue 95

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

Shades of Hippie Pink #A35D5F

Tints of Hippie Pink #A35D5F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.5%

 BLUE value IS 95 (37.5% from 255) = 27.07%

R = 46.44%
G = 26.5%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A35D5F (or 0xA35D5F) is known color: Hippie Pink. HEX triplet: A3, 5D and 5F. RGB value is (163,93,95). Sum of RGB (Red+Green+Blue) = 163+93+95=351 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.44% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 95 (37.5% from 255 or 27.07% from 351); Max value from RGB is 163 - color contains mainly: red. Hex color #A35D5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35D5F is #5CA2A0. Grayscale: #727272. Windows color (decimal): -6070945 or 6249891. OLE color: 6249891.

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

Color convert

RGB 163 93 95 -
CMYK 0 0.43 0.42 0.36
HSL 358.29º 0.28% 0.5% -
HSV(B) 358.29º 0.43% 0.64% -
XYZ 21.08 16.44 12.89 -
YUV 114.16 117.19 162.84 -
System Red Green Blue C M Y K H S L
Decimal 163 93 95 0 0.43 0.42 0.36 358.29 0.28 0.5
Hex A3 5D 5F 0 2B 2A 24 166 1C 32
Octal 243 135 137 0 53 52 44 546 34 62
Binary 10100011 1011101 1011111 0 101011 101010 100100 101100110 11100 110010

Color Harmonies of #A35D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35D5F

Black with #A35D5F

Text Example


Text Example

White with #A35D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35D5F; }

 p { color: rgb(163,93,95); }

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

background-color css

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

 a { background-color: rgb(163,93,95); }

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

border-color css

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

 span { border-color: rgb(163,93,95); }

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