Html Css Color HEX #A44360 Rouge

📋 copy color: '#A44360'

red 164 ◦ green 67 ◦ blue 96

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

Shades of Rouge #A44360

Tints of Rouge #A44360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 29.36%

R = 50.15%
G = 20.49%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A44360 (or 0xA44360) is known color: Rouge. HEX triplet: A4, 43 and 60. RGB value is (164,67,96). Sum of RGB (Red+Green+Blue) = 164+67+96=327 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.15% from 327); Green value is 67 (26.56% from 255 or 20.49% from 327); Blue value is 96 (37.89% from 255 or 29.36% from 327); Max value from RGB is 164 - color contains mainly: red. Hex color #A44360 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44360 is #5BBC9F. Grayscale: #636363. Windows color (decimal): -6012064 or 6308772. OLE color: 6308772.

HSL color Cylindrical-coordinate representation of color #A44360: hue angle of 342.06º 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 #A44360 is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 67 96 -
CMYK 0 0.59 0.41 0.36
HSL 342.06º 0.42% 0.45% -
HSV(B) 342.06º 0.59% 0.64% -
XYZ 19.43 12.75 12.5 -
YUV 99.31 126.14 174.14 -
System Red Green Blue C M Y K H S L
Decimal 164 67 96 0 0.59 0.41 0.36 342.06 0.42 0.45
Hex A4 43 60 0 3B 29 24 156 2A 2D
Octal 244 103 140 0 73 51 44 526 52 55
Binary 10100100 1000011 1100000 0 111011 101001 100100 101010110 101010 101101

Color Harmonies of #A44360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44360

Black with #A44360

Text Example


Text Example

White with #A44360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44360; }

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

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

background-color css

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

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

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

border-color css

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

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

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