Html Css Color HEX #AA4375 Royal Heath

📋 copy color: '#AA4375'

red 170 ◦ green 67 ◦ blue 117

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

Shades of Royal Heath #AA4375

Tints of Royal Heath #AA4375

RGB

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

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

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

R = 48.02%
G = 18.93%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA4375 (or 0xAA4375) is known color: Royal Heath. HEX triplet: AA, 43 and 75. RGB value is (170,67,117). Sum of RGB (Red+Green+Blue) = 170+67+117=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 67 (26.56% from 255 or 18.93% from 354); Blue value is 117 (46.09% from 255 or 33.05% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4375 is #55BC8A. Grayscale: #676767. Windows color (decimal): -5618827 or 7685034. OLE color: 7685034.

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

Color convert

RGB 170 67 117 -
CMYK 0 0.61 0.31 0.33
HSL 330.87º 0.43% 0.46% -
HSV(B) 330.87º 0.61% 0.67% -
XYZ 21.8 13.84 18.35 -
YUV 103.5 135.62 175.43 -
System Red Green Blue C M Y K H S L
Decimal 170 67 117 0 0.61 0.31 0.33 330.87 0.43 0.46
Hex AA 43 75 0 3D 1F 21 14B 2B 2E
Octal 252 103 165 0 75 37 41 513 53 56
Binary 10101010 1000011 1110101 0 111101 11111 100001 101001011 101011 101110

Color Harmonies of #AA4375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4375

Black with #AA4375

Text Example


Text Example

White with #AA4375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4375; }

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

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

background-color css

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

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

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

border-color css

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

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

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