Html Css Color HEX #A7475A Hippie Pink

📋 copy color: '#A7475A'

red 167 ◦ green 71 ◦ blue 90

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

Shades of Hippie Pink #A7475A

Tints of Hippie Pink #A7475A

RGB

 RED value IS 167 (65.63% from 255) = 50.91%

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

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

R = 50.91%
G = 21.65%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A7475A (or 0xA7475A) is known color: Hippie Pink. HEX triplet: A7, 47 and 5A. RGB value is (167,71,90). Sum of RGB (Red+Green+Blue) = 167+71+90=328 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.91% from 328); Green value is 71 (28.12% from 255 or 21.65% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 167 - color contains mainly: red. Hex color #A7475A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7475A is #58B8A5. Grayscale: #656565. Windows color (decimal): -5814438 or 5916583. OLE color: 5916583.

HSL color Cylindrical-coordinate representation of color #A7475A: hue angle of 348.12º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A7475A is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 71 90 -
CMYK 0 0.57 0.46 0.35
HSL 348.13º 0.4% 0.47% -
HSV(B) 348.13º 0.57% 0.65% -
XYZ 20.04 13.46 11.21 -
YUV 101.87 121.3 174.46 -
System Red Green Blue C M Y K H S L
Decimal 167 71 90 0 0.57 0.46 0.35 348.13 0.4 0.47
Hex A7 47 5A 0 39 2E 23 15C 28 2F
Octal 247 107 132 0 71 56 43 534 50 57
Binary 10100111 1000111 1011010 0 111001 101110 100011 101011100 101000 101111

Color Harmonies of #A7475A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7475A

Black with #A7475A

Text Example


Text Example

White with #A7475A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7475A; }

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

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

background-color css

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

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

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

border-color css

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

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

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