Html Css Color HEX #A84265 Rouge

📋 copy color: '#A84265'

red 168 ◦ green 66 ◦ blue 101

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

Shades of Rouge #A84265

Tints of Rouge #A84265

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.7%

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

R = 50.15%
G = 19.7%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#A84265 (or 0xA84265) is known color: Rouge. HEX triplet: A8, 42 and 65. RGB value is (168,66,101). Sum of RGB (Red+Green+Blue) = 168+66+101=335 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.15% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 168 - color contains mainly: red. Hex color #A84265 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84265 is #57BD9A. Grayscale: #646464. Windows color (decimal): -5750171 or 6636200. OLE color: 6636200.

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

Color convert

RGB 168 66 101 -
CMYK 0 0.61 0.40 0.34
HSL 339.41º 0.44% 0.46% -
HSV(B) 339.41º 0.61% 0.66% -
XYZ 20.45 13.16 13.77 -
YUV 100.49 128.29 176.15 -
System Red Green Blue C M Y K H S L
Decimal 168 66 101 0 0.61 0.40 0.34 339.41 0.44 0.46
Hex A8 42 65 0 3D 28 22 153 2C 2E
Octal 250 102 145 0 75 50 42 523 54 56
Binary 10101000 1000010 1100101 0 111101 101000 100010 101010011 101100 101110

Color Harmonies of #A84265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84265

Black with #A84265

Text Example


Text Example

White with #A84265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84265; }

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

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

background-color css

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

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

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

border-color css

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

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

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