Html Css Color HEX #A94C6B Rouge

📋 copy color: '#A94C6B'

red 169 ◦ green 76 ◦ blue 107

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

Shades of Rouge #A94C6B

Tints of Rouge #A94C6B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.59%

 BLUE value IS 107 (42.19% from 255) = 30.4%

R = 48.01%
G = 21.59%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.37

 K value IS 0.34

RGB Variations

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

Color information

#A94C6B (or 0xA94C6B) is known color: Rouge. HEX triplet: A9, 4C and 6B. RGB value is (169,76,107). Sum of RGB (Red+Green+Blue) = 169+76+107=352 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.01% from 352); Green value is 76 (30.08% from 255 or 21.59% from 352); Blue value is 107 (42.19% from 255 or 30.40% from 352); Max value from RGB is 169 - color contains mainly: red. Hex color #A94C6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94C6B is #56B394. Grayscale: #6B6B6B. Windows color (decimal): -5682069 or 7031977. OLE color: 7031977.

HSL color Cylindrical-coordinate representation of color #A94C6B: hue angle of 340º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A94C6B is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 76 107 -
CMYK 0 0.55 0.37 0.34
HSL 340º 0.38% 0.48% -
HSV(B) 340º 0.55% 0.66% -
XYZ 21.6 14.67 15.6 -
YUV 107.34 127.81 171.98 -
System Red Green Blue C M Y K H S L
Decimal 169 76 107 0 0.55 0.37 0.34 340 0.38 0.48
Hex A9 4C 6B 0 37 25 22 154 26 30
Octal 251 114 153 0 67 45 42 524 46 60
Binary 10101001 1001100 1101011 0 110111 100101 100010 101010100 100110 110000

Color Harmonies of #A94C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94C6B

Black with #A94C6B

Text Example


Text Example

White with #A94C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94C6B; }

 p { color: rgb(169,76,107); }

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

background-color css

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

 a { background-color: rgb(169,76,107); }

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

border-color css

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

 span { border-color: rgb(169,76,107); }

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