Html Css Color HEX #A8476E Rouge

📋 copy color: '#A8476E'

red 168 ◦ green 71 ◦ blue 110

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

Shades of Rouge #A8476E

Tints of Rouge #A8476E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.52%

R = 48.14%
G = 20.34%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.35

 K value IS 0.34

RGB Variations

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

Color information

#A8476E (or 0xA8476E) is known color: Rouge. HEX triplet: A8, 47 and 6E. RGB value is (168,71,110). Sum of RGB (Red+Green+Blue) = 168+71+110=349 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.14% from 349); Green value is 71 (28.12% from 255 or 20.34% from 349); Blue value is 110 (43.36% from 255 or 31.52% from 349); Max value from RGB is 168 - color contains mainly: red. Hex color #A8476E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8476E is #57B891. Grayscale: #686868. Windows color (decimal): -5748882 or 7227304. OLE color: 7227304.

HSL color Cylindrical-coordinate representation of color #A8476E: hue angle of 335.88º 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 #A8476E is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 71 110 -
CMYK 0 0.58 0.35 0.34
HSL 335.88º 0.41% 0.47% -
HSV(B) 335.88º 0.58% 0.66% -
XYZ 21.22 13.96 16.33 -
YUV 104.45 131.14 173.33 -
System Red Green Blue C M Y K H S L
Decimal 168 71 110 0 0.58 0.35 0.34 335.88 0.41 0.47
Hex A8 47 6E 0 3A 23 22 150 29 2F
Octal 250 107 156 0 72 43 42 520 51 57
Binary 10101000 1000111 1101110 0 111010 100011 100010 101010000 101001 101111

Color Harmonies of #A8476E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8476E

Black with #A8476E

Text Example


Text Example

White with #A8476E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8476E; }

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

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

background-color css

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

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

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

border-color css

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

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

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