Html Css Color HEX #AA3567 Rouge

📋 copy color: '#AA3567'

red 170 ◦ green 53 ◦ blue 103

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

Shades of Rouge #AA3567

Tints of Rouge #AA3567

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.26%

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

R = 52.15%
G = 16.26%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AA3567 (or 0xAA3567) is known color: Rouge. HEX triplet: AA, 35 and 67. RGB value is (170,53,103). Sum of RGB (Red+Green+Blue) = 170+53+103=326 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.15% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 103 (40.62% from 255 or 31.60% from 326); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3567 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3567 is #55CA98. Grayscale: #5D5D5D. Windows color (decimal): -5622425 or 6763946. OLE color: 6763946.

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

Color convert

RGB 170 53 103 -
CMYK 0 0.69 0.39 0.33
HSL 334.36º 0.52% 0.44% -
HSV(B) 334.36º 0.69% 0.67% -
XYZ 20.3 12.07 14.09 -
YUV 93.68 133.26 182.43 -
System Red Green Blue C M Y K H S L
Decimal 170 53 103 0 0.69 0.39 0.33 334.36 0.52 0.44
Hex AA 35 67 0 45 27 21 14E 34 2C
Octal 252 65 147 0 105 47 41 516 64 54
Binary 10101010 110101 1100111 0 1000101 100111 100001 101001110 110100 101100

Color Harmonies of #AA3567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3567

Black with #AA3567

Text Example


Text Example

White with #AA3567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3567; }

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

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

background-color css

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

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

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

border-color css

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

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

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