Html Css Color HEX #A94072 Rouge

📋 copy color: '#A94072'

red 169 ◦ green 64 ◦ blue 114

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

Shades of Rouge #A94072

Tints of Rouge #A94072

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.44%

 BLUE value IS 114 (44.92% from 255) = 32.85%

R = 48.7%
G = 18.44%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#A94072 (or 0xA94072) is known color: Rouge. HEX triplet: A9, 40 and 72. RGB value is (169,64,114). Sum of RGB (Red+Green+Blue) = 169+64+114=347 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.70% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 169 - color contains mainly: red. Hex color #A94072 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94072 is #56BF8D. Grayscale: #656565. Windows color (decimal): -5685134 or 7487657. OLE color: 7487657.

HSL color Cylindrical-coordinate representation of color #A94072: hue angle of 331.43º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A94072 is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 64 114 -
CMYK 0 0.62 0.33 0.34
HSL 331.43º 0.45% 0.46% -
HSV(B) 331.43º 0.62% 0.66% -
XYZ 21.23 13.32 17.37 -
YUV 101.1 135.29 176.43 -
System Red Green Blue C M Y K H S L
Decimal 169 64 114 0 0.62 0.33 0.34 331.43 0.45 0.46
Hex A9 40 72 0 3E 21 22 14B 2D 2E
Octal 251 100 162 0 76 41 42 513 55 56
Binary 10101001 1000000 1110010 0 111110 100001 100010 101001011 101101 101110

Color Harmonies of #A94072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94072

Black with #A94072

Text Example


Text Example

White with #A94072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94072; }

 p { color: rgb(169,64,114); }

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

background-color css

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

 a { background-color: rgb(169,64,114); }

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

border-color css

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

 span { border-color: rgb(169,64,114); }

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