Html Css Color HEX #A4455F Rouge

📋 copy color: '#A4455F'

red 164 ◦ green 69 ◦ blue 95

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

Shades of Rouge #A4455F

Tints of Rouge #A4455F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.04%

 BLUE value IS 95 (37.5% from 255) = 28.96%

R = 50%
G = 21.04%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A4455F (or 0xA4455F) is known color: Rouge. HEX triplet: A4, 45 and 5F. RGB value is (164,69,95). Sum of RGB (Red+Green+Blue) = 164+69+95=328 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50% from 328); Green value is 69 (27.34% from 255 or 21.04% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 164 - color contains mainly: red. Hex color #A4455F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4455F is #5BBAA0. Grayscale: #646464. Windows color (decimal): -6011553 or 6243748. OLE color: 6243748.

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

Color convert

RGB 164 69 95 -
CMYK 0 0.58 0.42 0.36
HSL 343.58º 0.41% 0.46% -
HSV(B) 343.58º 0.58% 0.64% -
XYZ 19.5 12.97 12.3 -
YUV 100.37 124.97 173.39 -
System Red Green Blue C M Y K H S L
Decimal 164 69 95 0 0.58 0.42 0.36 343.58 0.41 0.46
Hex A4 45 5F 0 3A 2A 24 158 29 2E
Octal 244 105 137 0 72 52 44 530 51 56
Binary 10100100 1000101 1011111 0 111010 101010 100100 101011000 101001 101110

Color Harmonies of #A4455F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4455F

Black with #A4455F

Text Example


Text Example

White with #A4455F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4455F; }

 p { color: rgb(164,69,95); }

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

background-color css

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

 a { background-color: rgb(164,69,95); }

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

border-color css

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

 span { border-color: rgb(164,69,95); }

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