Html Css Color HEX #A44867 Rouge

📋 copy color: '#A44867'

red 164 ◦ green 72 ◦ blue 103

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

Shades of Rouge #A44867

Tints of Rouge #A44867

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.24%

 BLUE value IS 103 (40.63% from 255) = 30.38%

R = 48.38%
G = 21.24%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A44867 (or 0xA44867) is known color: Rouge. HEX triplet: A4, 48 and 67. RGB value is (164,72,103). Sum of RGB (Red+Green+Blue) = 164+72+103=339 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.38% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 103 (40.62% from 255 or 30.38% from 339); Max value from RGB is 164 - color contains mainly: red. Hex color #A44867 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44867 is #5BB798. Grayscale: #676767. Windows color (decimal): -6010777 or 6768804. OLE color: 6768804.

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

Color convert

RGB 164 72 103 -
CMYK 0 0.56 0.37 0.36
HSL 339.78º 0.39% 0.46% -
HSV(B) 339.78º 0.56% 0.64% -
XYZ 20.08 13.51 14.38 -
YUV 103.04 127.98 171.48 -
System Red Green Blue C M Y K H S L
Decimal 164 72 103 0 0.56 0.37 0.36 339.78 0.39 0.46
Hex A4 48 67 0 38 25 24 154 27 2E
Octal 244 110 147 0 70 45 44 524 47 56
Binary 10100100 1001000 1100111 0 111000 100101 100100 101010100 100111 101110

Color Harmonies of #A44867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44867

Black with #A44867

Text Example


Text Example

White with #A44867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44867; }

 p { color: rgb(164,72,103); }

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

background-color css

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

 a { background-color: rgb(164,72,103); }

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

border-color css

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

 span { border-color: rgb(164,72,103); }

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