Html Css Color HEX #A25375 Royal Heath

📋 copy color: '#A25375'

red 162 ◦ green 83 ◦ blue 117

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

Shades of Royal Heath #A25375

Tints of Royal Heath #A25375

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.93%

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

R = 44.75%
G = 22.93%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A25375 (or 0xA25375) is known color: Royal Heath. HEX triplet: A2, 53 and 75. RGB value is (162,83,117). Sum of RGB (Red+Green+Blue) = 162+83+117=362 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.75% from 362); Green value is 83 (32.81% from 255 or 22.93% from 362); Blue value is 117 (46.09% from 255 or 32.32% from 362); Max value from RGB is 162 - color contains mainly: red. Hex color #A25375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25375 is #5DAC8A. Grayscale: #6E6E6E. Windows color (decimal): -6139019 or 7689122. OLE color: 7689122.

HSL color Cylindrical-coordinate representation of color #A25375: hue angle of 334.18º degrees, saturation: 0.32, 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 #A25375 is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 83 117 -
CMYK 0 0.49 0.28 0.36
HSL 334.18º 0.32% 0.48% -
HSV(B) 334.18º 0.49% 0.64% -
XYZ 21.2 15.15 18.64 -
YUV 110.5 131.67 164.74 -
System Red Green Blue C M Y K H S L
Decimal 162 83 117 0 0.49 0.28 0.36 334.18 0.32 0.48
Hex A2 53 75 0 31 1C 24 14E 20 30
Octal 242 123 165 0 61 34 44 516 40 60
Binary 10100010 1010011 1110101 0 110001 11100 100100 101001110 100000 110000

Color Harmonies of #A25375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25375

Black with #A25375

Text Example


Text Example

White with #A25375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25375; }

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

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

background-color css

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

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

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

border-color css

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

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

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