Html Css Color HEX #A35255 Hippie Pink

📋 copy color: '#A35255'

red 163 ◦ green 82 ◦ blue 85

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

Shades of Hippie Pink #A35255

Tints of Hippie Pink #A35255

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.85%

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

R = 49.39%
G = 24.85%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#A35255 (or 0xA35255) is known color: Hippie Pink. HEX triplet: A3, 52 and 55. RGB value is (163,82,85). Sum of RGB (Red+Green+Blue) = 163+82+85=330 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.39% from 330); Green value is 82 (32.42% from 255 or 24.85% from 330); Blue value is 85 (33.59% from 255 or 25.76% from 330); Max value from RGB is 163 - color contains mainly: red. Hex color #A35255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35255 is #5CADAA. Grayscale: #6A6A6A. Windows color (decimal): -6073771 or 5591715. OLE color: 5591715.

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

Color convert

RGB 163 82 85 -
CMYK 0 0.50 0.48 0.36
HSL 357.78º 0.33% 0.48% -
HSV(B) 357.78º 0.5% 0.64% -
XYZ 19.76 14.48 10.35 -
YUV 106.56 115.84 168.26 -
System Red Green Blue C M Y K H S L
Decimal 163 82 85 0 0.50 0.48 0.36 357.78 0.33 0.48
Hex A3 52 55 0 32 30 24 166 21 30
Octal 243 122 125 0 62 60 44 546 41 60
Binary 10100011 1010010 1010101 0 110010 110000 100100 101100110 100001 110000

Color Harmonies of #A35255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35255

Black with #A35255

Text Example


Text Example

White with #A35255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35255; }

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

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

background-color css

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

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

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

border-color css

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

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

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