Html Css Color HEX #A25675 Royal Heath

📋 copy color: '#A25675'

red 162 ◦ green 86 ◦ blue 117

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

Shades of Royal Heath #A25675

Tints of Royal Heath #A25675

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.56%

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

R = 44.38%
G = 23.56%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A25675 (or 0xA25675) is known color: Royal Heath. HEX triplet: A2, 56 and 75. RGB value is (162,86,117). Sum of RGB (Red+Green+Blue) = 162+86+117=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 86 (33.98% from 255 or 23.56% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 162 - color contains mainly: red. Hex color #A25675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25675 is #5DA98A. Grayscale: #707070. Windows color (decimal): -6138251 or 7689890. OLE color: 7689890.

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

Color convert

RGB 162 86 117 -
CMYK 0 0.47 0.28 0.36
HSL 335.53º 0.31% 0.49% -
HSV(B) 335.53º 0.47% 0.64% -
XYZ 21.44 15.62 18.71 -
YUV 112.26 130.68 163.48 -
System Red Green Blue C M Y K H S L
Decimal 162 86 117 0 0.47 0.28 0.36 335.53 0.31 0.49
Hex A2 56 75 0 2F 1C 24 150 1F 31
Octal 242 126 165 0 57 34 44 520 37 61
Binary 10100010 1010110 1110101 0 101111 11100 100100 101010000 11111 110001

Color Harmonies of #A25675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25675

Black with #A25675

Text Example


Text Example

White with #A25675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25675; }

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

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

background-color css

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

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

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

border-color css

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

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

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