Html Css Color HEX #A84465 Rouge

📋 copy color: '#A84465'

red 168 ◦ green 68 ◦ blue 101

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

Shades of Rouge #A84465

Tints of Rouge #A84465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.97%

R = 49.85%
G = 20.18%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#A84465 (or 0xA84465) is known color: Rouge. HEX triplet: A8, 44 and 65. RGB value is (168,68,101). Sum of RGB (Red+Green+Blue) = 168+68+101=337 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.85% from 337); Green value is 68 (26.95% from 255 or 20.18% from 337); Blue value is 101 (39.84% from 255 or 29.97% from 337); Max value from RGB is 168 - color contains mainly: red. Hex color #A84465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84465 is #57BB9A. Grayscale: #656565. Windows color (decimal): -5749659 or 6636712. OLE color: 6636712.

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

Color convert

RGB 168 68 101 -
CMYK 0 0.60 0.40 0.34
HSL 340.2º 0.42% 0.46% -
HSV(B) 340.2º 0.6% 0.66% -
XYZ 20.56 13.4 13.81 -
YUV 101.66 127.63 175.32 -
System Red Green Blue C M Y K H S L
Decimal 168 68 101 0 0.60 0.40 0.34 340.2 0.42 0.46
Hex A8 44 65 0 3C 28 22 154 2A 2E
Octal 250 104 145 0 74 50 42 524 52 56
Binary 10101000 1000100 1100101 0 111100 101000 100010 101010100 101010 101110

Color Harmonies of #A84465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84465

Black with #A84465

Text Example


Text Example

White with #A84465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84465; }

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

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

background-color css

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

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

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

border-color css

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

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

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