Html Css Color HEX #A84162 Rouge

📋 copy color: '#A84162'

red 168 ◦ green 65 ◦ blue 98

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

Shades of Rouge #A84162

Tints of Rouge #A84162

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.64%

 BLUE value IS 98 (38.67% from 255) = 29.61%

R = 50.76%
G = 19.64%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.42

 K value IS 0.34

RGB Variations

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

Color information

#A84162 (or 0xA84162) is known color: Rouge. HEX triplet: A8, 41 and 62. RGB value is (168,65,98). Sum of RGB (Red+Green+Blue) = 168+65+98=331 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.76% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 98 (38.67% from 255 or 29.61% from 331); Max value from RGB is 168 - color contains mainly: red. Hex color #A84162 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84162 is #57BE9D. Grayscale: #636363. Windows color (decimal): -5750430 or 6439336. OLE color: 6439336.

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

Color convert

RGB 168 65 98 -
CMYK 0 0.61 0.42 0.34
HSL 340.78º 0.44% 0.46% -
HSV(B) 340.78º 0.61% 0.66% -
XYZ 20.24 12.99 13 -
YUV 99.56 127.12 176.82 -
System Red Green Blue C M Y K H S L
Decimal 168 65 98 0 0.61 0.42 0.34 340.78 0.44 0.46
Hex A8 41 62 0 3D 2A 22 155 2C 2E
Octal 250 101 142 0 75 52 42 525 54 56
Binary 10101000 1000001 1100010 0 111101 101010 100010 101010101 101100 101110

Color Harmonies of #A84162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84162

Black with #A84162

Text Example


Text Example

White with #A84162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84162; }

 p { color: rgb(168,65,98); }

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

background-color css

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

 a { background-color: rgb(168,65,98); }

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

border-color css

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

 span { border-color: rgb(168,65,98); }

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