Html Css Color HEX #AD4375 Royal Heath

📋 copy color: '#AD4375'

red 173 ◦ green 67 ◦ blue 117

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

Shades of Royal Heath #AD4375

Tints of Royal Heath #AD4375

RGB

 RED value IS 173 (67.97% from 255) = 48.46%

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

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

R = 48.46%
G = 18.77%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AD4375 (or 0xAD4375) is known color: Royal Heath. HEX triplet: AD, 43 and 75. RGB value is (173,67,117). Sum of RGB (Red+Green+Blue) = 173+67+117=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 67 (26.56% from 255 or 18.77% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4375 is #52BC8A. Grayscale: #686868. Windows color (decimal): -5422219 or 7685037. OLE color: 7685037.

HSL color Cylindrical-coordinate representation of color #AD4375: hue angle of 331.7º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD4375 is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 67 117 -
CMYK 0 0.61 0.32 0.32
HSL 331.7º 0.44% 0.47% -
HSV(B) 331.7º 0.61% 0.68% -
XYZ 22.45 14.18 18.38 -
YUV 104.39 135.12 176.93 -
System Red Green Blue C M Y K H S L
Decimal 173 67 117 0 0.61 0.32 0.32 331.7 0.44 0.47
Hex AD 43 75 0 3D 20 20 14C 2C 2F
Octal 255 103 165 0 75 40 40 514 54 57
Binary 10101101 1000011 1110101 0 111101 100000 100000 101001100 101100 101111

Color Harmonies of #AD4375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4375

Black with #AD4375

Text Example


Text Example

White with #AD4375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4375; }

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

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

background-color css

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

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

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

border-color css

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

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

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