Html Css Color HEX #A84175 Royal Heath

📋 copy color: '#A84175'

red 168 ◦ green 65 ◦ blue 117

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

Shades of Royal Heath #A84175

Tints of Royal Heath #A84175

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.57%

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

R = 48%
G = 18.57%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#A84175 (or 0xA84175) is known color: Royal Heath. HEX triplet: A8, 41 and 75. RGB value is (168,65,117). Sum of RGB (Red+Green+Blue) = 168+65+117=350 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48% from 350); Green value is 65 (25.78% from 255 or 18.57% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 168 - color contains mainly: red. Hex color #A84175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84175 is #57BE8A. Grayscale: #656565. Windows color (decimal): -5750411 or 7684520. OLE color: 7684520.

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

Color convert

RGB 168 65 117 -
CMYK 0 0.61 0.30 0.34
HSL 329.71º 0.44% 0.46% -
HSV(B) 329.71º 0.61% 0.66% -
XYZ 21.25 13.39 18.29 -
YUV 101.73 136.62 175.27 -
System Red Green Blue C M Y K H S L
Decimal 168 65 117 0 0.61 0.30 0.34 329.71 0.44 0.46
Hex A8 41 75 0 3D 1E 22 14A 2C 2E
Octal 250 101 165 0 75 36 42 512 54 56
Binary 10101000 1000001 1110101 0 111101 11110 100010 101001010 101100 101110

Color Harmonies of #A84175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84175

Black with #A84175

Text Example


Text Example

White with #A84175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84175; }

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

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

background-color css

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

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

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

border-color css

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

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

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