Html Css Color HEX #A35355 Hippie Pink

📋 copy color: '#A35355'

red 163 ◦ green 83 ◦ blue 85

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

Shades of Hippie Pink #A35355

Tints of Hippie Pink #A35355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 25.68%

R = 49.24%
G = 25.08%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#A35355 (or 0xA35355) is known color: Hippie Pink. HEX triplet: A3, 53 and 55. RGB value is (163,83,85). Sum of RGB (Red+Green+Blue) = 163+83+85=331 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.24% from 331); Green value is 83 (32.81% from 255 or 25.08% from 331); Blue value is 85 (33.59% from 255 or 25.68% from 331); Max value from RGB is 163 - color contains mainly: red. Hex color #A35355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35355 is #5CACAA. Grayscale: #6B6B6B. Windows color (decimal): -6073515 or 5591971. OLE color: 5591971.

HSL color Cylindrical-coordinate representation of color #A35355: hue angle of 358.5º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A35355 is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 83 85 -
CMYK 0 0.49 0.48 0.36
HSL 358.5º 0.33% 0.48% -
HSV(B) 358.5º 0.49% 0.64% -
XYZ 19.84 14.63 10.37 -
YUV 107.15 115.5 167.84 -
System Red Green Blue C M Y K H S L
Decimal 163 83 85 0 0.49 0.48 0.36 358.5 0.33 0.48
Hex A3 53 55 0 31 30 24 166 21 30
Octal 243 123 125 0 61 60 44 546 41 60
Binary 10100011 1010011 1010101 0 110001 110000 100100 101100110 100001 110000

Color Harmonies of #A35355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35355

Black with #A35355

Text Example


Text Example

White with #A35355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35355; }

 p { color: rgb(163,83,85); }

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

background-color css

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

 a { background-color: rgb(163,83,85); }

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

border-color css

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

 span { border-color: rgb(163,83,85); }

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