Html Css Color HEX #A84575 Royal Heath

📋 copy color: '#A84575'

red 168 ◦ green 69 ◦ blue 117

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

Shades of Royal Heath #A84575

Tints of Royal Heath #A84575

RGB

 RED value IS 168 (66.02% from 255) = 47.46%

 GREEN value IS 69 (27.34% from 255) = 19.49%

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

R = 47.46%
G = 19.49%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#A84575 (or 0xA84575) is known color: Royal Heath. HEX triplet: A8, 45 and 75. RGB value is (168,69,117). Sum of RGB (Red+Green+Blue) = 168+69+117=354 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.46% from 354); Green value is 69 (27.34% from 255 or 19.49% from 354); Blue value is 117 (46.09% from 255 or 33.05% from 354); Max value from RGB is 168 - color contains mainly: red. Hex color #A84575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84575 is #57BA8A. Grayscale: #676767. Windows color (decimal): -5749387 or 7685544. OLE color: 7685544.

HSL color Cylindrical-coordinate representation of color #A84575: hue angle of 330.91º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A84575 is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 69 117 -
CMYK 0 0.59 0.30 0.34
HSL 330.91º 0.42% 0.46% -
HSV(B) 330.91º 0.59% 0.66% -
XYZ 21.49 13.87 18.37 -
YUV 104.07 135.3 173.6 -
System Red Green Blue C M Y K H S L
Decimal 168 69 117 0 0.59 0.30 0.34 330.91 0.42 0.46
Hex A8 45 75 0 3B 1E 22 14B 2A 2E
Octal 250 105 165 0 73 36 42 513 52 56
Binary 10101000 1000101 1110101 0 111011 11110 100010 101001011 101010 101110

Color Harmonies of #A84575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84575

Black with #A84575

Text Example


Text Example

White with #A84575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84575; }

 p { color: rgb(168,69,117); }

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

background-color css

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

 a { background-color: rgb(168,69,117); }

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

border-color css

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

 span { border-color: rgb(168,69,117); }

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