Html Css Color HEX #A9527A Royal Heath

📋 copy color: '#A9527A'

red 169 ◦ green 82 ◦ blue 122

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

Shades of Royal Heath #A9527A

Tints of Royal Heath #A9527A

RGB

 RED value IS 169 (66.41% from 255) = 45.31%

 GREEN value IS 82 (32.42% from 255) = 21.98%

 BLUE value IS 122 (48.05% from 255) = 32.71%

R = 45.31%
G = 21.98%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.28

 K value IS 0.34

RGB Variations

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

Color information

#A9527A (or 0xA9527A) is known color: Royal Heath. HEX triplet: A9, 52 and 7A. RGB value is (169,82,122). Sum of RGB (Red+Green+Blue) = 169+82+122=373 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.31% from 373); Green value is 82 (32.42% from 255 or 21.98% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 169 - color contains mainly: red. Hex color #A9527A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9527A is #56AD85. Grayscale: #707070. Windows color (decimal): -5680518 or 8016553. OLE color: 8016553.

HSL color Cylindrical-coordinate representation of color #A9527A: hue angle of 332.41º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A9527A is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 82 122 -
CMYK 0 0.51 0.28 0.34
HSL 332.41º 0.35% 0.49% -
HSV(B) 332.41º 0.51% 0.66% -
XYZ 22.89 15.87 20.27 -
YUV 112.57 133.32 168.25 -
System Red Green Blue C M Y K H S L
Decimal 169 82 122 0 0.51 0.28 0.34 332.41 0.35 0.49
Hex A9 52 7A 0 33 1C 22 14C 23 31
Octal 251 122 172 0 63 34 42 514 43 61
Binary 10101001 1010010 1111010 0 110011 11100 100010 101001100 100011 110001

Color Harmonies of #A9527A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9527A

Black with #A9527A

Text Example


Text Example

White with #A9527A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9527A; }

 p { color: rgb(169,82,122); }

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

background-color css

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

 a { background-color: rgb(169,82,122); }

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

border-color css

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

 span { border-color: rgb(169,82,122); }

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