Html Css Color HEX #A83665 Rouge

📋 copy color: '#A83665'

red 168 ◦ green 54 ◦ blue 101

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

Shades of Rouge #A83665

Tints of Rouge #A83665

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.72%

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

R = 52.01%
G = 16.72%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#A83665 (or 0xA83665) is known color: Rouge. HEX triplet: A8, 36 and 65. RGB value is (168,54,101). Sum of RGB (Red+Green+Blue) = 168+54+101=323 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.01% from 323); Green value is 54 (21.48% from 255 or 16.72% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 168 - color contains mainly: red. Hex color #A83665 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83665 is #57C99A. Grayscale: #5D5D5D. Windows color (decimal): -5753243 or 6633128. OLE color: 6633128.

HSL color Cylindrical-coordinate representation of color #A83665: hue angle of 335.26º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A83665 is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 54 101 -
CMYK 0 0.68 0.40 0.34
HSL 335.26º 0.51% 0.44% -
HSV(B) 335.26º 0.68% 0.66% -
XYZ 19.82 11.9 13.56 -
YUV 93.44 132.27 181.18 -
System Red Green Blue C M Y K H S L
Decimal 168 54 101 0 0.68 0.40 0.34 335.26 0.51 0.44
Hex A8 36 65 0 44 28 22 14F 33 2C
Octal 250 66 145 0 104 50 42 517 63 54
Binary 10101000 110110 1100101 0 1000100 101000 100010 101001111 110011 101100

Color Harmonies of #A83665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83665

Black with #A83665

Text Example


Text Example

White with #A83665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83665; }

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

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

background-color css

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

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

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

border-color css

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

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

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