Html Css Color HEX #A25272 Royal Heath

📋 copy color: '#A25272'

red 162 ◦ green 82 ◦ blue 114

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

Shades of Royal Heath #A25272

Tints of Royal Heath #A25272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.84%

R = 45.25%
G = 22.91%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A25272 (or 0xA25272) is known color: Royal Heath. HEX triplet: A2, 52 and 72. RGB value is (162,82,114). Sum of RGB (Red+Green+Blue) = 162+82+114=358 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.25% from 358); Green value is 82 (32.42% from 255 or 22.91% from 358); Blue value is 114 (44.92% from 255 or 31.84% from 358); Max value from RGB is 162 - color contains mainly: red. Hex color #A25272 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25272 is #5DAD8D. Grayscale: #6D6D6D. Windows color (decimal): -6139278 or 7492258. OLE color: 7492258.

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

Color convert

RGB 162 82 114 -
CMYK 0 0.49 0.30 0.36
HSL 336º 0.33% 0.48% -
HSV(B) 336º 0.49% 0.64% -
XYZ 20.95 14.93 17.7 -
YUV 109.57 130.5 165.4 -
System Red Green Blue C M Y K H S L
Decimal 162 82 114 0 0.49 0.30 0.36 336 0.33 0.48
Hex A2 52 72 0 31 1E 24 150 21 30
Octal 242 122 162 0 61 36 44 520 41 60
Binary 10100010 1010010 1110010 0 110001 11110 100100 101010000 100001 110000

Color Harmonies of #A25272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25272

Black with #A25272

Text Example


Text Example

White with #A25272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25272; }

 p { color: rgb(162,82,114); }

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

background-color css

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

 a { background-color: rgb(162,82,114); }

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

border-color css

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

 span { border-color: rgb(162,82,114); }

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