Html Css Color HEX #A84072 Rouge

📋 copy color: '#A84072'

red 168 ◦ green 64 ◦ blue 114

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

Shades of Rouge #A84072

Tints of Rouge #A84072

RGB

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

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

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

R = 48.55%
G = 18.5%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.32

 K value IS 0.34

RGB Variations

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

Color information

#A84072 (or 0xA84072) is known color: Rouge. HEX triplet: A8, 40 and 72. RGB value is (168,64,114). Sum of RGB (Red+Green+Blue) = 168+64+114=346 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.55% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 168 - color contains mainly: red. Hex color #A84072 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84072 is #57BF8D. Grayscale: #646464. Windows color (decimal): -5750670 or 7487656. OLE color: 7487656.

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

Color convert

RGB 168 64 114 -
CMYK 0 0.62 0.32 0.34
HSL 331.15º 0.45% 0.45% -
HSV(B) 331.15º 0.62% 0.66% -
XYZ 21.02 13.21 17.36 -
YUV 100.8 135.46 175.93 -
System Red Green Blue C M Y K H S L
Decimal 168 64 114 0 0.62 0.32 0.34 331.15 0.45 0.45
Hex A8 40 72 0 3E 20 22 14B 2D 2D
Octal 250 100 162 0 76 40 42 513 55 55
Binary 10101000 1000000 1110010 0 111110 100000 100010 101001011 101101 101101

Color Harmonies of #A84072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84072

Black with #A84072

Text Example


Text Example

White with #A84072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84072; }

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

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

background-color css

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

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

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

border-color css

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

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

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