Html Css Color HEX #AA4367 Rouge

📋 copy color: '#AA4367'

red 170 ◦ green 67 ◦ blue 103

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

Shades of Rouge #AA4367

Tints of Rouge #AA4367

RGB

 RED value IS 170 (66.8% from 255) = 50%

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

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

R = 50%
G = 19.71%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AA4367 (or 0xAA4367) is known color: Rouge. HEX triplet: AA, 43 and 67. RGB value is (170,67,103). Sum of RGB (Red+Green+Blue) = 170+67+103=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 67 (26.56% from 255 or 19.71% from 340); Blue value is 103 (40.62% from 255 or 30.29% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4367 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4367 is #55BC98. Grayscale: #656565. Windows color (decimal): -5618841 or 6767530. OLE color: 6767530.

HSL color Cylindrical-coordinate representation of color #AA4367: hue angle of 339.03º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA4367 is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 67 103 -
CMYK 0 0.61 0.39 0.33
HSL 339.03º 0.43% 0.46% -
HSV(B) 339.03º 0.61% 0.67% -
XYZ 21.03 13.54 14.34 -
YUV 101.9 128.62 176.57 -
System Red Green Blue C M Y K H S L
Decimal 170 67 103 0 0.61 0.39 0.33 339.03 0.43 0.46
Hex AA 43 67 0 3D 27 21 153 2B 2E
Octal 252 103 147 0 75 47 41 523 53 56
Binary 10101010 1000011 1100111 0 111101 100111 100001 101010011 101011 101110

Color Harmonies of #AA4367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4367

Black with #AA4367

Text Example


Text Example

White with #AA4367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4367; }

 p { color: rgb(170,67,103); }

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

background-color css

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

 a { background-color: rgb(170,67,103); }

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

border-color css

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

 span { border-color: rgb(170,67,103); }

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