Html Css Color HEX #A84065 Rouge

📋 copy color: '#A84065'

red 168 ◦ green 64 ◦ blue 101

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

Shades of Rouge #A84065

Tints of Rouge #A84065

RGB

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

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

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

R = 50.45%
G = 19.22%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#A84065 (or 0xA84065) is known color: Rouge. HEX triplet: A8, 40 and 65. RGB value is (168,64,101). Sum of RGB (Red+Green+Blue) = 168+64+101=333 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.45% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 101 (39.84% from 255 or 30.33% from 333); Max value from RGB is 168 - color contains mainly: red. Hex color #A84065 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84065 is #57BF9A. Grayscale: #636363. Windows color (decimal): -5750683 or 6635688. OLE color: 6635688.

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

Color convert

RGB 168 64 101 -
CMYK 0 0.62 0.40 0.34
HSL 338.65º 0.45% 0.45% -
HSV(B) 338.65º 0.62% 0.66% -
XYZ 20.33 12.93 13.74 -
YUV 99.31 128.96 176.99 -
System Red Green Blue C M Y K H S L
Decimal 168 64 101 0 0.62 0.40 0.34 338.65 0.45 0.45
Hex A8 40 65 0 3E 28 22 153 2D 2D
Octal 250 100 145 0 76 50 42 523 55 55
Binary 10101000 1000000 1100101 0 111110 101000 100010 101010011 101101 101101

Color Harmonies of #A84065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84065

Black with #A84065

Text Example


Text Example

White with #A84065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84065; }

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

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

background-color css

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

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

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

border-color css

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

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

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