Html Css Color HEX #A25775 Royal Heath

📋 copy color: '#A25775'

red 162 ◦ green 87 ◦ blue 117

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

Shades of Royal Heath #A25775

Tints of Royal Heath #A25775

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.77%

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

R = 44.26%
G = 23.77%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A25775 (or 0xA25775) is known color: Royal Heath. HEX triplet: A2, 57 and 75. RGB value is (162,87,117). Sum of RGB (Red+Green+Blue) = 162+87+117=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 87 (34.38% from 255 or 23.77% from 366); Blue value is 117 (46.09% from 255 or 31.97% from 366); Max value from RGB is 162 - color contains mainly: red. Hex color #A25775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25775 is #5DA88A. Grayscale: #707070. Windows color (decimal): -6137995 or 7690146. OLE color: 7690146.

HSL color Cylindrical-coordinate representation of color #A25775: hue angle of 336º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A25775 is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 87 117 -
CMYK 0 0.46 0.28 0.36
HSL 336º 0.3% 0.49% -
HSV(B) 336º 0.46% 0.64% -
XYZ 21.52 15.78 18.74 -
YUV 112.85 130.35 163.06 -
System Red Green Blue C M Y K H S L
Decimal 162 87 117 0 0.46 0.28 0.36 336 0.3 0.49
Hex A2 57 75 0 2E 1C 24 150 1E 31
Octal 242 127 165 0 56 34 44 520 36 61
Binary 10100010 1010111 1110101 0 101110 11100 100100 101010000 11110 110001

Color Harmonies of #A25775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25775

Black with #A25775

Text Example


Text Example

White with #A25775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25775; }

 p { color: rgb(162,87,117); }

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

background-color css

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

 a { background-color: rgb(162,87,117); }

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

border-color css

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

 span { border-color: rgb(162,87,117); }

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