Html Css Color HEX #A84365 Rouge

📋 copy color: '#A84365'

red 168 ◦ green 67 ◦ blue 101

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

Shades of Rouge #A84365

Tints of Rouge #A84365

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.94%

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

R = 50%
G = 19.94%
B = 30.06%

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

#A84365 (or 0xA84365) is known color: Rouge. HEX triplet: A8, 43 and 65. RGB value is (168,67,101). Sum of RGB (Red+Green+Blue) = 168+67+101=336 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50% from 336); Green value is 67 (26.56% from 255 or 19.94% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 168 - color contains mainly: red. Hex color #A84365 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84365 is #57BC9A. Grayscale: #656565. Windows color (decimal): -5749915 or 6636456. OLE color: 6636456.

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

Color convert

RGB 168 67 101 -
CMYK 0 0.60 0.40 0.34
HSL 339.8º 0.43% 0.46% -
HSV(B) 339.8º 0.6% 0.66% -
XYZ 20.5 13.28 13.79 -
YUV 101.08 127.96 175.74 -
System Red Green Blue C M Y K H S L
Decimal 168 67 101 0 0.60 0.40 0.34 339.8 0.43 0.46
Hex A8 43 65 0 3C 28 22 154 2B 2E
Octal 250 103 145 0 74 50 42 524 53 56
Binary 10101000 1000011 1100101 0 111100 101000 100010 101010100 101011 101110

Color Harmonies of #A84365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84365

Black with #A84365

Text Example


Text Example

White with #A84365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84365; }

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

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

background-color css

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

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

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

border-color css

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

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

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