Html Css Color HEX #AA4268 Rouge

📋 copy color: '#AA4268'

red 170 ◦ green 66 ◦ blue 104

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

Shades of Rouge #AA4268

Tints of Rouge #AA4268

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.41%

 BLUE value IS 104 (41.02% from 255) = 30.59%

R = 50%
G = 19.41%
B = 30.59%

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

#AA4268 (or 0xAA4268) is known color: Rouge. HEX triplet: AA, 42 and 68. RGB value is (170,66,104). Sum of RGB (Red+Green+Blue) = 170+66+104=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4268 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4268 is #55BD97. Grayscale: #656565. Windows color (decimal): -5619096 or 6832810. OLE color: 6832810.

HSL color Cylindrical-coordinate representation of color #AA4268: hue angle of 338.08º degrees, saturation: 0.44, 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 #AA4268 is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 66 104 -
CMYK 0 0.61 0.39 0.33
HSL 338.08º 0.44% 0.46% -
HSV(B) 338.08º 0.61% 0.67% -
XYZ 21.02 13.44 14.58 -
YUV 101.43 129.46 176.91 -
System Red Green Blue C M Y K H S L
Decimal 170 66 104 0 0.61 0.39 0.33 338.08 0.44 0.46
Hex AA 42 68 0 3D 27 21 152 2C 2E
Octal 252 102 150 0 75 47 41 522 54 56
Binary 10101010 1000010 1101000 0 111101 100111 100001 101010010 101100 101110

Color Harmonies of #AA4268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4268

Black with #AA4268

Text Example


Text Example

White with #AA4268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4268; }

 p { color: rgb(170,66,104); }

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

background-color css

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

 a { background-color: rgb(170,66,104); }

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

border-color css

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

 span { border-color: rgb(170,66,104); }

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