Html Css Color HEX #A43365 Rouge

📋 copy color: '#A43365'

red 164 ◦ green 51 ◦ blue 101

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

Shades of Rouge #A43365

Tints of Rouge #A43365

RGB

 RED value IS 164 (64.45% from 255) = 51.9%

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

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

R = 51.9%
G = 16.14%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A43365 (or 0xA43365) is known color: Rouge. HEX triplet: A4, 33 and 65. RGB value is (164,51,101). Sum of RGB (Red+Green+Blue) = 164+51+101=316 (41% of max value = 765). Red value is 164 (64.45% from 255 or 51.90% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 101 (39.84% from 255 or 31.96% from 316); Max value from RGB is 164 - color contains mainly: red. Hex color #A43365 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43365 is #5BCC9A. Grayscale: #5A5A5A. Windows color (decimal): -6016155 or 6632356. OLE color: 6632356.

HSL color Cylindrical-coordinate representation of color #A43365: hue angle of 333.45º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A43365 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 51 101 -
CMYK 0 0.69 0.38 0.36
HSL 333.45º 0.53% 0.42% -
HSV(B) 333.45º 0.69% 0.64% -
XYZ 18.84 11.2 13.48 -
YUV 90.49 133.94 180.43 -
System Red Green Blue C M Y K H S L
Decimal 164 51 101 0 0.69 0.38 0.36 333.45 0.53 0.42
Hex A4 33 65 0 45 26 24 14D 35 2A
Octal 244 63 145 0 105 46 44 515 65 52
Binary 10100100 110011 1100101 0 1000101 100110 100100 101001101 110101 101010

Color Harmonies of #A43365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43365

Black with #A43365

Text Example


Text Example

White with #A43365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43365; }

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

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

background-color css

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

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

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

border-color css

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

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

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