Html Css Color HEX #A43A64 Rouge

📋 copy color: '#A43A64'

red 164 ◦ green 58 ◦ blue 100

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

Shades of Rouge #A43A64

Tints of Rouge #A43A64

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.01%

 BLUE value IS 100 (39.45% from 255) = 31.06%

R = 50.93%
G = 18.01%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#A43A64 (or 0xA43A64) is known color: Rouge. HEX triplet: A4, 3A and 64. RGB value is (164,58,100). Sum of RGB (Red+Green+Blue) = 164+58+100=322 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.93% from 322); Green value is 58 (23.05% from 255 or 18.01% from 322); Blue value is 100 (39.45% from 255 or 31.06% from 322); Max value from RGB is 164 - color contains mainly: red. Hex color #A43A64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43A64 is #5BC59B. Grayscale: #5E5E5E. Windows color (decimal): -6014364 or 6568612. OLE color: 6568612.

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

Color convert

RGB 164 58 100 -
CMYK 0 0.65 0.39 0.36
HSL 336.23º 0.48% 0.44% -
HSV(B) 336.23º 0.65% 0.64% -
XYZ 19.12 11.84 13.33 -
YUV 94.48 131.12 177.58 -
System Red Green Blue C M Y K H S L
Decimal 164 58 100 0 0.65 0.39 0.36 336.23 0.48 0.44
Hex A4 3A 64 0 41 27 24 150 30 2C
Octal 244 72 144 0 101 47 44 520 60 54
Binary 10100100 111010 1100100 0 1000001 100111 100100 101010000 110000 101100

Color Harmonies of #A43A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43A64

Black with #A43A64

Text Example


Text Example

White with #A43A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43A64; }

 p { color: rgb(164,58,100); }

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

background-color css

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

 a { background-color: rgb(164,58,100); }

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

border-color css

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

 span { border-color: rgb(164,58,100); }

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