Html Css Color HEX #A44366 Rouge

📋 copy color: '#A44366'

red 164 ◦ green 67 ◦ blue 102

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

Shades of Rouge #A44366

Tints of Rouge #A44366

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.12%

 BLUE value IS 102 (40.23% from 255) = 30.63%

R = 49.25%
G = 20.12%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A44366 (or 0xA44366) is known color: Rouge. HEX triplet: A4, 43 and 66. RGB value is (164,67,102). Sum of RGB (Red+Green+Blue) = 164+67+102=333 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.25% from 333); Green value is 67 (26.56% from 255 or 20.12% from 333); Blue value is 102 (40.23% from 255 or 30.63% from 333); Max value from RGB is 164 - color contains mainly: red. Hex color #A44366 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44366 is #5BBC99. Grayscale: #636363. Windows color (decimal): -6012058 or 6701988. OLE color: 6701988.

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

Color convert

RGB 164 67 102 -
CMYK 0 0.59 0.38 0.36
HSL 338.35º 0.42% 0.45% -
HSV(B) 338.35º 0.59% 0.64% -
XYZ 19.72 12.87 14.01 -
YUV 99.99 129.14 173.65 -
System Red Green Blue C M Y K H S L
Decimal 164 67 102 0 0.59 0.38 0.36 338.35 0.42 0.45
Hex A4 43 66 0 3B 26 24 152 2A 2D
Octal 244 103 146 0 73 46 44 522 52 55
Binary 10100100 1000011 1100110 0 111011 100110 100100 101010010 101010 101101

Color Harmonies of #A44366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44366

Black with #A44366

Text Example


Text Example

White with #A44366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44366; }

 p { color: rgb(164,67,102); }

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

background-color css

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

 a { background-color: rgb(164,67,102); }

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

border-color css

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

 span { border-color: rgb(164,67,102); }

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