Html Css Color HEX #AD573F Orange Roughy

📋 copy color: '#AD573F'

red 173 ◦ green 87 ◦ blue 63

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

Shades of Orange Roughy #AD573F

Tints of Orange Roughy #AD573F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.93%

 BLUE value IS 63 (25% from 255) = 19.5%

R = 53.56%
G = 26.93%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AD573F (or 0xAD573F) is known color: Orange Roughy. HEX triplet: AD, 57 and 3F. RGB value is (173,87,63). Sum of RGB (Red+Green+Blue) = 173+87+63=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 63 (25% from 255 or 19.50% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD573F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD573F is #52A8C0. Grayscale: #6E6E6E. Windows color (decimal): -5417153 or 4151213. OLE color: 4151213.

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

Color convert

RGB 173 87 63 -
CMYK 0 0.50 0.64 0.32
HSL 13.09º 0.47% 0.46% -
HSV(B) 13.09º 0.64% 0.68% -
XYZ 21.54 16.06 6.67 -
YUV 109.98 101.49 172.95 -
System Red Green Blue C M Y K H S L
Decimal 173 87 63 0 0.50 0.64 0.32 13.09 0.47 0.46
Hex AD 57 3F 0 32 40 20 D 2F 2E
Octal 255 127 77 0 62 100 40 15 57 56
Binary 10101101 1010111 111111 0 110010 1000000 100000 1101 101111 101110

Color Harmonies of #AD573F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD573F

Black with #AD573F

Text Example


Text Example

White with #AD573F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD573F; }

 p { color: rgb(173,87,63); }

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

background-color css

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

 a { background-color: rgb(173,87,63); }

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

border-color css

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

 span { border-color: rgb(173,87,63); }

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