Html Css Color HEX #A64375 Royal Heath

📋 copy color: '#A64375'

red 166 ◦ green 67 ◦ blue 117

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

Shades of Royal Heath #A64375

Tints of Royal Heath #A64375

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.14%

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

R = 47.43%
G = 19.14%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A64375 (or 0xA64375) is known color: Royal Heath. HEX triplet: A6, 43 and 75. RGB value is (166,67,117). Sum of RGB (Red+Green+Blue) = 166+67+117=350 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.43% from 350); Green value is 67 (26.56% from 255 or 19.14% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 166 - color contains mainly: red. Hex color #A64375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64375 is #59BC8A. Grayscale: #666666. Windows color (decimal): -5880971 or 7685030. OLE color: 7685030.

HSL color Cylindrical-coordinate representation of color #A64375: hue angle of 329.7º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A64375 is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 67 117 -
CMYK 0 0.60 0.30 0.35
HSL 329.7º 0.42% 0.46% -
HSV(B) 329.7º 0.6% 0.65% -
XYZ 20.94 13.41 18.31 -
YUV 102.3 136.3 173.43 -
System Red Green Blue C M Y K H S L
Decimal 166 67 117 0 0.60 0.30 0.35 329.7 0.42 0.46
Hex A6 43 75 0 3C 1E 23 14A 2A 2E
Octal 246 103 165 0 74 36 43 512 52 56
Binary 10100110 1000011 1110101 0 111100 11110 100011 101001010 101010 101110

Color Harmonies of #A64375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64375

Black with #A64375

Text Example


Text Example

White with #A64375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64375; }

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

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

background-color css

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

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

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

border-color css

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

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

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