Html Css Color HEX #A35253 Hippie Pink

📋 copy color: '#A35253'

red 163 ◦ green 82 ◦ blue 83

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

Shades of Hippie Pink #A35253

Tints of Hippie Pink #A35253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 25.3%

R = 49.7%
G = 25%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A35253 (or 0xA35253) is known color: Hippie Pink. HEX triplet: A3, 52 and 53. RGB value is (163,82,83). Sum of RGB (Red+Green+Blue) = 163+82+83=328 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.70% from 328); Green value is 82 (32.42% from 255 or 25% from 328); Blue value is 83 (32.81% from 255 or 25.30% from 328); Max value from RGB is 163 - color contains mainly: red. Hex color #A35253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35253 is #5CADAC. Grayscale: #6A6A6A. Windows color (decimal): -6073773 or 5460643. OLE color: 5460643.

HSL color Cylindrical-coordinate representation of color #A35253: hue angle of 359.26º 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 #A35253 is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 82 83 -
CMYK 0 0.50 0.49 0.36
HSL 359.26º 0.33% 0.48% -
HSV(B) 359.26º 0.5% 0.64% -
XYZ 19.68 14.45 9.93 -
YUV 106.33 114.84 168.42 -
System Red Green Blue C M Y K H S L
Decimal 163 82 83 0 0.50 0.49 0.36 359.26 0.33 0.48
Hex A3 52 53 0 32 31 24 167 21 30
Octal 243 122 123 0 62 61 44 547 41 60
Binary 10100011 1010010 1010011 0 110010 110001 100100 101100111 100001 110000

Color Harmonies of #A35253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35253

Black with #A35253

Text Example


Text Example

White with #A35253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35253; }

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

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

background-color css

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

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

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

border-color css

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

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

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