Html Css Color HEX #A65C75 Royal Heath

📋 copy color: '#A65C75'

red 166 ◦ green 92 ◦ blue 117

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

Shades of Royal Heath #A65C75

Tints of Royal Heath #A65C75

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.53%

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

R = 44.27%
G = 24.53%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A65C75 (or 0xA65C75) is known color: Royal Heath. HEX triplet: A6, 5C and 75. RGB value is (166,92,117). Sum of RGB (Red+Green+Blue) = 166+92+117=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 92 (36.33% from 255 or 24.53% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65C75 is #59A38A. Grayscale: #747474. Windows color (decimal): -5874571 or 7691430. OLE color: 7691430.

HSL color Cylindrical-coordinate representation of color #A65C75: hue angle of 339.73º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A65C75 is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 92 117 -
CMYK 0 0.45 0.30 0.35
HSL 339.73º 0.29% 0.51% -
HSV(B) 339.73º 0.45% 0.65% -
XYZ 22.76 17.05 18.92 -
YUV 116.98 128.02 162.97 -
System Red Green Blue C M Y K H S L
Decimal 166 92 117 0 0.45 0.30 0.35 339.73 0.29 0.51
Hex A6 5C 75 0 2D 1E 23 154 1D 33
Octal 246 134 165 0 55 36 43 524 35 63
Binary 10100110 1011100 1110101 0 101101 11110 100011 101010100 11101 110011

Color Harmonies of #A65C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65C75

Black with #A65C75

Text Example


Text Example

White with #A65C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65C75; }

 p { color: rgb(166,92,117); }

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

background-color css

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

 a { background-color: rgb(166,92,117); }

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

border-color css

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

 span { border-color: rgb(166,92,117); }

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