Html Css Color HEX #A9476C Rouge

📋 copy color: '#A9476C'

red 169 ◦ green 71 ◦ blue 108

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

Shades of Rouge #A9476C

Tints of Rouge #A9476C

RGB

 RED value IS 169 (66.41% from 255) = 48.56%

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

 BLUE value IS 108 (42.58% from 255) = 31.03%

R = 48.56%
G = 20.4%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#A9476C (or 0xA9476C) is known color: Rouge. HEX triplet: A9, 47 and 6C. RGB value is (169,71,108). Sum of RGB (Red+Green+Blue) = 169+71+108=348 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.56% from 348); Green value is 71 (28.12% from 255 or 20.40% from 348); Blue value is 108 (42.58% from 255 or 31.03% from 348); Max value from RGB is 169 - color contains mainly: red. Hex color #A9476C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9476C is #56B893. Grayscale: #686868. Windows color (decimal): -5683348 or 7096233. OLE color: 7096233.

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

Color convert

RGB 169 71 108 -
CMYK 0 0.58 0.36 0.34
HSL 337.35º 0.41% 0.47% -
HSV(B) 337.35º 0.58% 0.66% -
XYZ 21.32 14.02 15.77 -
YUV 104.52 129.97 173.99 -
System Red Green Blue C M Y K H S L
Decimal 169 71 108 0 0.58 0.36 0.34 337.35 0.41 0.47
Hex A9 47 6C 0 3A 24 22 151 29 2F
Octal 251 107 154 0 72 44 42 521 51 57
Binary 10101001 1000111 1101100 0 111010 100100 100010 101010001 101001 101111

Color Harmonies of #A9476C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9476C

Black with #A9476C

Text Example


Text Example

White with #A9476C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9476C; }

 p { color: rgb(169,71,108); }

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

background-color css

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

 a { background-color: rgb(169,71,108); }

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

border-color css

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

 span { border-color: rgb(169,71,108); }

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