Html Css Color HEX #A65872 Royal Heath

📋 copy color: '#A65872'

red 166 ◦ green 88 ◦ blue 114

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

Shades of Royal Heath #A65872

Tints of Royal Heath #A65872

RGB

 RED value IS 166 (65.23% from 255) = 45.11%

 GREEN value IS 88 (34.77% from 255) = 23.91%

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

R = 45.11%
G = 23.91%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A65872 (or 0xA65872) is known color: Royal Heath. HEX triplet: A6, 58 and 72. RGB value is (166,88,114). Sum of RGB (Red+Green+Blue) = 166+88+114=368 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.11% from 368); Green value is 88 (34.77% from 255 or 23.91% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 166 - color contains mainly: red. Hex color #A65872 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65872 is #59A78D. Grayscale: #727272. Windows color (decimal): -5875598 or 7493798. OLE color: 7493798.

HSL color Cylindrical-coordinate representation of color #A65872: hue angle of 340º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A65872 is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 88 114 -
CMYK 0 0.47 0.31 0.35
HSL 340º 0.31% 0.5% -
HSV(B) 340º 0.47% 0.65% -
XYZ 22.25 16.3 17.89 -
YUV 114.29 127.84 164.89 -
System Red Green Blue C M Y K H S L
Decimal 166 88 114 0 0.47 0.31 0.35 340 0.31 0.5
Hex A6 58 72 0 2F 1F 23 154 1F 32
Octal 246 130 162 0 57 37 43 524 37 62
Binary 10100110 1011000 1110010 0 101111 11111 100011 101010100 11111 110010

Color Harmonies of #A65872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65872

Black with #A65872

Text Example


Text Example

White with #A65872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65872; }

 p { color: rgb(166,88,114); }

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

background-color css

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

 a { background-color: rgb(166,88,114); }

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

border-color css

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

 span { border-color: rgb(166,88,114); }

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