Html Css Color HEX #A83365 Rouge

📋 copy color: '#A83365'

red 168 ◦ green 51 ◦ blue 101

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

Shades of Rouge #A83365

Tints of Rouge #A83365

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.94%

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

R = 52.5%
G = 15.94%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#A83365 (or 0xA83365) is known color: Rouge. HEX triplet: A8, 33 and 65. RGB value is (168,51,101). Sum of RGB (Red+Green+Blue) = 168+51+101=320 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.5% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 101 (39.84% from 255 or 31.56% from 320); Max value from RGB is 168 - color contains mainly: red. Hex color #A83365 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83365 is #57CC9A. Grayscale: #5B5B5B. Windows color (decimal): -5754011 or 6632360. OLE color: 6632360.

HSL color Cylindrical-coordinate representation of color #A83365: hue angle of 334.36º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A83365 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 51 101 -
CMYK 0 0.70 0.40 0.34
HSL 334.36º 0.53% 0.43% -
HSV(B) 334.36º 0.7% 0.66% -
XYZ 19.68 11.63 13.52 -
YUV 91.68 133.26 182.43 -
System Red Green Blue C M Y K H S L
Decimal 168 51 101 0 0.70 0.40 0.34 334.36 0.53 0.43
Hex A8 33 65 0 46 28 22 14E 35 2B
Octal 250 63 145 0 106 50 42 516 65 53
Binary 10101000 110011 1100101 0 1000110 101000 100010 101001110 110101 101011

Color Harmonies of #A83365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83365

Black with #A83365

Text Example


Text Example

White with #A83365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83365; }

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

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

background-color css

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

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

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

border-color css

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

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

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