Html Css Color HEX #A35062 Hippie Pink

📋 copy color: '#A35062'

red 163 ◦ green 80 ◦ blue 98

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

Shades of Hippie Pink #A35062

Tints of Hippie Pink #A35062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 28.74%

R = 47.8%
G = 23.46%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A35062 (or 0xA35062) is known color: Hippie Pink. HEX triplet: A3, 50 and 62. RGB value is (163,80,98). Sum of RGB (Red+Green+Blue) = 163+80+98=341 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.80% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 98 (38.67% from 255 or 28.74% from 341); Max value from RGB is 163 - color contains mainly: red. Hex color #A35062 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35062 is #5CAF9D. Grayscale: #6A6A6A. Windows color (decimal): -6074270 or 6443171. OLE color: 6443171.

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

Color convert

RGB 163 80 98 -
CMYK 0 0.51 0.40 0.36
HSL 346.99º 0.34% 0.48% -
HSV(B) 346.99º 0.51% 0.64% -
XYZ 20.18 14.41 13.27 -
YUV 106.87 123 168.04 -
System Red Green Blue C M Y K H S L
Decimal 163 80 98 0 0.51 0.40 0.36 346.99 0.34 0.48
Hex A3 50 62 0 33 28 24 15B 22 30
Octal 243 120 142 0 63 50 44 533 42 60
Binary 10100011 1010000 1100010 0 110011 101000 100100 101011011 100010 110000

Color Harmonies of #A35062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35062

Black with #A35062

Text Example


Text Example

White with #A35062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35062; }

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

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

background-color css

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

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

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

border-color css

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

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

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