Html Css Color HEX #A25577 Royal Heath

📋 copy color: '#A25577'

red 162 ◦ green 85 ◦ blue 119

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

Shades of Royal Heath #A25577

Tints of Royal Heath #A25577

RGB

 RED value IS 162 (63.67% from 255) = 44.26%

 GREEN value IS 85 (33.59% from 255) = 23.22%

 BLUE value IS 119 (46.88% from 255) = 32.51%

R = 44.26%
G = 23.22%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A25577 (or 0xA25577) is known color: Royal Heath. HEX triplet: A2, 55 and 77. RGB value is (162,85,119). Sum of RGB (Red+Green+Blue) = 162+85+119=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 119 (46.88% from 255 or 32.51% from 366); Max value from RGB is 162 - color contains mainly: red. Hex color #A25577 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25577 is #5DAA88. Grayscale: #6F6F6F. Windows color (decimal): -6138505 or 7820706. OLE color: 7820706.

HSL color Cylindrical-coordinate representation of color #A25577: hue angle of 333.51º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A25577 is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 85 119 -
CMYK 0 0.48 0.27 0.36
HSL 333.51º 0.31% 0.48% -
HSV(B) 333.51º 0.48% 0.64% -
XYZ 21.48 15.51 19.31 -
YUV 111.9 132.01 163.74 -
System Red Green Blue C M Y K H S L
Decimal 162 85 119 0 0.48 0.27 0.36 333.51 0.31 0.48
Hex A2 55 77 0 30 1B 24 14E 1F 30
Octal 242 125 167 0 60 33 44 516 37 60
Binary 10100010 1010101 1110111 0 110000 11011 100100 101001110 11111 110000

Color Harmonies of #A25577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25577

Black with #A25577

Text Example


Text Example

White with #A25577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25577; }

 p { color: rgb(162,85,119); }

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

background-color css

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

 a { background-color: rgb(162,85,119); }

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

border-color css

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

 span { border-color: rgb(162,85,119); }

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