Html Css Color HEX #A84462 Rouge

📋 copy color: '#A84462'

red 168 ◦ green 68 ◦ blue 98

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

Shades of Rouge #A84462

Tints of Rouge #A84462

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.36%

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

R = 50.3%
G = 20.36%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.42

 K value IS 0.34

RGB Variations

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

Color information

#A84462 (or 0xA84462) is known color: Rouge. HEX triplet: A8, 44 and 62. RGB value is (168,68,98). Sum of RGB (Red+Green+Blue) = 168+68+98=334 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.30% from 334); Green value is 68 (26.95% from 255 or 20.36% from 334); Blue value is 98 (38.67% from 255 or 29.34% from 334); Max value from RGB is 168 - color contains mainly: red. Hex color #A84462 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84462 is #57BB9D. Grayscale: #656565. Windows color (decimal): -5749662 or 6440104. OLE color: 6440104.

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

Color convert

RGB 168 68 98 -
CMYK 0 0.60 0.42 0.34
HSL 342º 0.42% 0.46% -
HSV(B) 342º 0.6% 0.66% -
XYZ 20.42 13.34 13.05 -
YUV 101.32 126.13 175.56 -
System Red Green Blue C M Y K H S L
Decimal 168 68 98 0 0.60 0.42 0.34 342 0.42 0.46
Hex A8 44 62 0 3C 2A 22 156 2A 2E
Octal 250 104 142 0 74 52 42 526 52 56
Binary 10101000 1000100 1100010 0 111100 101010 100010 101010110 101010 101110

Color Harmonies of #A84462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84462

Black with #A84462

Text Example


Text Example

White with #A84462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84462; }

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

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

background-color css

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

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

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

border-color css

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

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

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