Html Css Color HEX #AA4567 Rouge

📋 copy color: '#AA4567'

red 170 ◦ green 69 ◦ blue 103

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

Shades of Rouge #AA4567

Tints of Rouge #AA4567

RGB

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

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

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

R = 49.71%
G = 20.18%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AA4567 (or 0xAA4567) is known color: Rouge. HEX triplet: AA, 45 and 67. RGB value is (170,69,103). Sum of RGB (Red+Green+Blue) = 170+69+103=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 69 (27.34% from 255 or 20.18% from 342); Blue value is 103 (40.62% from 255 or 30.12% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4567 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4567 is #55BA98. Grayscale: #676767. Windows color (decimal): -5618329 or 6768042. OLE color: 6768042.

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

Color convert

RGB 170 69 103 -
CMYK 0 0.59 0.39 0.33
HSL 339.8º 0.42% 0.47% -
HSV(B) 339.8º 0.59% 0.67% -
XYZ 21.15 13.78 14.38 -
YUV 103.08 127.96 175.74 -
System Red Green Blue C M Y K H S L
Decimal 170 69 103 0 0.59 0.39 0.33 339.8 0.42 0.47
Hex AA 45 67 0 3B 27 21 154 2A 2F
Octal 252 105 147 0 73 47 41 524 52 57
Binary 10101010 1000101 1100111 0 111011 100111 100001 101010100 101010 101111

Color Harmonies of #AA4567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4567

Black with #AA4567

Text Example


Text Example

White with #AA4567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4567; }

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

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

background-color css

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

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

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

border-color css

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

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

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