Html Css Color HEX #AA4075 Royal Heath

📋 copy color: '#AA4075'

red 170 ◦ green 64 ◦ blue 117

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

Shades of Royal Heath #AA4075

Tints of Royal Heath #AA4075

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.23%

 BLUE value IS 117 (46.09% from 255) = 33.33%

R = 48.43%
G = 18.23%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA4075 (or 0xAA4075) is known color: Royal Heath. HEX triplet: AA, 40 and 75. RGB value is (170,64,117). Sum of RGB (Red+Green+Blue) = 170+64+117=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 64 (25.39% from 255 or 18.23% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4075 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4075 is #55BF8A. Grayscale: #656565. Windows color (decimal): -5619595 or 7684266. OLE color: 7684266.

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

Color convert

RGB 170 64 117 -
CMYK 0 0.62 0.31 0.33
HSL 330º 0.45% 0.46% -
HSV(B) 330º 0.62% 0.67% -
XYZ 21.62 13.5 18.3 -
YUV 101.74 136.62 176.69 -
System Red Green Blue C M Y K H S L
Decimal 170 64 117 0 0.62 0.31 0.33 330 0.45 0.46
Hex AA 40 75 0 3E 1F 21 14A 2D 2E
Octal 252 100 165 0 76 37 41 512 55 56
Binary 10101010 1000000 1110101 0 111110 11111 100001 101001010 101101 101110

Color Harmonies of #AA4075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4075

Black with #AA4075

Text Example


Text Example

White with #AA4075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4075; }

 p { color: rgb(170,64,117); }

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

background-color css

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

 a { background-color: rgb(170,64,117); }

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

border-color css

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

 span { border-color: rgb(170,64,117); }

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