Html Css Color HEX #A84066 Rouge

📋 copy color: '#A84066'

red 168 ◦ green 64 ◦ blue 102

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

Shades of Rouge #A84066

Tints of Rouge #A84066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 30.54%

R = 50.3%
G = 19.16%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.39

 K value IS 0.34

RGB Variations

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

Color information

#A84066 (or 0xA84066) is known color: Rouge. HEX triplet: A8, 40 and 66. RGB value is (168,64,102). Sum of RGB (Red+Green+Blue) = 168+64+102=334 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.30% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 102 (40.23% from 255 or 30.54% from 334); Max value from RGB is 168 - color contains mainly: red. Hex color #A84066 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84066 is #57BF99. Grayscale: #636363. Windows color (decimal): -5750682 or 6701224. OLE color: 6701224.

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

Color convert

RGB 168 64 102 -
CMYK 0 0.62 0.39 0.34
HSL 338.08º 0.45% 0.45% -
HSV(B) 338.08º 0.62% 0.66% -
XYZ 20.38 12.95 14 -
YUV 99.43 129.46 176.91 -
System Red Green Blue C M Y K H S L
Decimal 168 64 102 0 0.62 0.39 0.34 338.08 0.45 0.45
Hex A8 40 66 0 3E 27 22 152 2D 2D
Octal 250 100 146 0 76 47 42 522 55 55
Binary 10101000 1000000 1100110 0 111110 100111 100010 101010010 101101 101101

Color Harmonies of #A84066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84066

Black with #A84066

Text Example


Text Example

White with #A84066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84066; }

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

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

background-color css

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

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

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

border-color css

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

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

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