Html Css Color HEX #A84375 Royal Heath

📋 copy color: '#A84375'

red 168 ◦ green 67 ◦ blue 117

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

Shades of Royal Heath #A84375

Tints of Royal Heath #A84375

RGB

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

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

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

R = 47.73%
G = 19.03%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#A84375 (or 0xA84375) is known color: Royal Heath. HEX triplet: A8, 43 and 75. RGB value is (168,67,117). Sum of RGB (Red+Green+Blue) = 168+67+117=352 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.73% from 352); Green value is 67 (26.56% from 255 or 19.03% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 168 - color contains mainly: red. Hex color #A84375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84375 is #57BC8A. Grayscale: #666666. Windows color (decimal): -5749899 or 7685032. OLE color: 7685032.

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

Color convert

RGB 168 67 117 -
CMYK 0 0.60 0.30 0.34
HSL 330.3º 0.43% 0.46% -
HSV(B) 330.3º 0.6% 0.66% -
XYZ 21.37 13.62 18.33 -
YUV 102.9 135.96 174.43 -
System Red Green Blue C M Y K H S L
Decimal 168 67 117 0 0.60 0.30 0.34 330.3 0.43 0.46
Hex A8 43 75 0 3C 1E 22 14A 2B 2E
Octal 250 103 165 0 74 36 42 512 53 56
Binary 10101000 1000011 1110101 0 111100 11110 100010 101001010 101011 101110

Color Harmonies of #A84375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84375

Black with #A84375

Text Example


Text Example

White with #A84375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84375; }

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

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

background-color css

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

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

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

border-color css

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

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

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