Html Css Color HEX #A8475A Hippie Pink

📋 copy color: '#A8475A'

red 168 ◦ green 71 ◦ blue 90

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

Shades of Hippie Pink #A8475A

Tints of Hippie Pink #A8475A

RGB

 RED value IS 168 (66.02% from 255) = 51.06%

 GREEN value IS 71 (28.13% from 255) = 21.58%

 BLUE value IS 90 (35.55% from 255) = 27.36%

R = 51.06%
G = 21.58%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.46

 K value IS 0.34

RGB Variations

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

Color information

#A8475A (or 0xA8475A) is known color: Hippie Pink. HEX triplet: A8, 47 and 5A. RGB value is (168,71,90). Sum of RGB (Red+Green+Blue) = 168+71+90=329 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.06% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 90 (35.55% from 255 or 27.36% from 329); Max value from RGB is 168 - color contains mainly: red. Hex color #A8475A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8475A is #57B8A5. Grayscale: #666666. Windows color (decimal): -5748902 or 5916584. OLE color: 5916584.

HSL color Cylindrical-coordinate representation of color #A8475A: hue angle of 348.25º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A8475A is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 71 90 -
CMYK 0 0.58 0.46 0.34
HSL 348.25º 0.41% 0.47% -
HSV(B) 348.25º 0.58% 0.66% -
XYZ 20.25 13.57 11.22 -
YUV 102.17 121.14 174.96 -
System Red Green Blue C M Y K H S L
Decimal 168 71 90 0 0.58 0.46 0.34 348.25 0.41 0.47
Hex A8 47 5A 0 3A 2E 22 15C 29 2F
Octal 250 107 132 0 72 56 42 534 51 57
Binary 10101000 1000111 1011010 0 111010 101110 100010 101011100 101001 101111

Color Harmonies of #A8475A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8475A

Black with #A8475A

Text Example


Text Example

White with #A8475A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8475A; }

 p { color: rgb(168,71,90); }

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

background-color css

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

 a { background-color: rgb(168,71,90); }

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

border-color css

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

 span { border-color: rgb(168,71,90); }

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