Html Css Color HEX #A43965 Rouge

📋 copy color: '#A43965'

red 164 ◦ green 57 ◦ blue 101

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

Shades of Rouge #A43965

Tints of Rouge #A43965

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.7%

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

R = 50.93%
G = 17.7%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A43965 (or 0xA43965) is known color: Rouge. HEX triplet: A4, 39 and 65. RGB value is (164,57,101). Sum of RGB (Red+Green+Blue) = 164+57+101=322 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.93% from 322); Green value is 57 (22.66% from 255 or 17.70% from 322); Blue value is 101 (39.84% from 255 or 31.37% from 322); Max value from RGB is 164 - color contains mainly: red. Hex color #A43965 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43965 is #5BC69A. Grayscale: #5D5D5D. Windows color (decimal): -6014619 or 6633892. OLE color: 6633892.

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

Color convert

RGB 164 57 101 -
CMYK 0 0.65 0.38 0.36
HSL 335.33º 0.48% 0.43% -
HSV(B) 335.33º 0.65% 0.64% -
XYZ 19.12 11.76 13.57 -
YUV 94.01 131.95 177.92 -
System Red Green Blue C M Y K H S L
Decimal 164 57 101 0 0.65 0.38 0.36 335.33 0.48 0.43
Hex A4 39 65 0 41 26 24 14F 30 2B
Octal 244 71 145 0 101 46 44 517 60 53
Binary 10100100 111001 1100101 0 1000001 100110 100100 101001111 110000 101011

Color Harmonies of #A43965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43965

Black with #A43965

Text Example


Text Example

White with #A43965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43965; }

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

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

background-color css

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

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

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

border-color css

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

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

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