Html Css Color HEX #A35051 Hippie Pink

📋 copy color: '#A35051'

red 163 ◦ green 80 ◦ blue 81

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

Shades of Hippie Pink #A35051

Tints of Hippie Pink #A35051

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.69%

 BLUE value IS 81 (32.03% from 255) = 25%

R = 50.31%
G = 24.69%
B = 25%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.50

 K value IS 0.36

RGB Variations

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

Color information

#A35051 (or 0xA35051) is known color: Hippie Pink. HEX triplet: A3, 50 and 51. RGB value is (163,80,81). Sum of RGB (Red+Green+Blue) = 163+80+81=324 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.31% from 324); Green value is 80 (31.64% from 255 or 24.69% from 324); Blue value is 81 (32.03% from 255 or 25% from 324); Max value from RGB is 163 - color contains mainly: red. Hex color #A35051 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35051 is #5CAFAE. Grayscale: #696969. Windows color (decimal): -6074287 or 5329059. OLE color: 5329059.

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

Color convert

RGB 163 80 81 -
CMYK 0 0.51 0.50 0.36
HSL 359.28º 0.34% 0.48% -
HSV(B) 359.28º 0.51% 0.64% -
XYZ 19.46 14.12 9.48 -
YUV 104.93 114.5 169.42 -
System Red Green Blue C M Y K H S L
Decimal 163 80 81 0 0.51 0.50 0.36 359.28 0.34 0.48
Hex A3 50 51 0 33 32 24 167 22 30
Octal 243 120 121 0 63 62 44 547 42 60
Binary 10100011 1010000 1010001 0 110011 110010 100100 101100111 100010 110000

Color Harmonies of #A35051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35051

Black with #A35051

Text Example


Text Example

White with #A35051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35051; }

 p { color: rgb(163,80,81); }

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

background-color css

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

 a { background-color: rgb(163,80,81); }

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

border-color css

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

 span { border-color: rgb(163,80,81); }

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