Html Css Color HEX #A8476F Rouge

📋 copy color: '#A8476F'

red 168 ◦ green 71 ◦ blue 111

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

Shades of Rouge #A8476F

Tints of Rouge #A8476F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.71%

R = 48%
G = 20.29%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.34

 K value IS 0.34

RGB Variations

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

Color information

#A8476F (or 0xA8476F) is known color: Rouge. HEX triplet: A8, 47 and 6F. RGB value is (168,71,111). Sum of RGB (Red+Green+Blue) = 168+71+111=350 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48% from 350); Green value is 71 (28.12% from 255 or 20.29% from 350); Blue value is 111 (43.75% from 255 or 31.71% from 350); Max value from RGB is 168 - color contains mainly: red. Hex color #A8476F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8476F is #57B890. Grayscale: #686868. Windows color (decimal): -5748881 or 7292840. OLE color: 7292840.

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

Color convert

RGB 168 71 111 -
CMYK 0 0.58 0.34 0.34
HSL 335.26º 0.41% 0.47% -
HSV(B) 335.26º 0.58% 0.66% -
XYZ 21.27 13.98 16.62 -
YUV 104.56 131.64 173.25 -
System Red Green Blue C M Y K H S L
Decimal 168 71 111 0 0.58 0.34 0.34 335.26 0.41 0.47
Hex A8 47 6F 0 3A 22 22 14F 29 2F
Octal 250 107 157 0 72 42 42 517 51 57
Binary 10101000 1000111 1101111 0 111010 100010 100010 101001111 101001 101111

Color Harmonies of #A8476F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8476F

Black with #A8476F

Text Example


Text Example

White with #A8476F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8476F; }

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

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

background-color css

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

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

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

border-color css

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

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

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