Html Css Color HEX #AD573C Orange Roughy

📋 copy color: '#AD573C'

red 173 ◦ green 87 ◦ blue 60

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

Shades of Orange Roughy #AD573C

Tints of Orange Roughy #AD573C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.75%

R = 54.06%
G = 27.19%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AD573C (or 0xAD573C) is known color: Orange Roughy. HEX triplet: AD, 57 and 3C. RGB value is (173,87,60). Sum of RGB (Red+Green+Blue) = 173+87+60=320 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.06% from 320); Green value is 87 (34.38% from 255 or 27.19% from 320); Blue value is 60 (23.83% from 255 or 18.75% from 320); Max value from RGB is 173 - color contains mainly: red. Hex color #AD573C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD573C is #52A8C3. Grayscale: #6D6D6D. Windows color (decimal): -5417156 or 3954605. OLE color: 3954605.

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

Color convert

RGB 173 87 60 -
CMYK 0 0.50 0.65 0.32
HSL 14.34º 0.48% 0.46% -
HSV(B) 14.34º 0.65% 0.68% -
XYZ 21.46 16.03 6.24 -
YUV 109.64 99.99 173.2 -
System Red Green Blue C M Y K H S L
Decimal 173 87 60 0 0.50 0.65 0.32 14.34 0.48 0.46
Hex AD 57 3C 0 32 41 20 E 30 2E
Octal 255 127 74 0 62 101 40 16 60 56
Binary 10101101 1010111 111100 0 110010 1000001 100000 1110 110000 101110

Color Harmonies of #AD573C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD573C

Black with #AD573C

Text Example


Text Example

White with #AD573C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD573C; }

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

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

background-color css

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

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

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

border-color css

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

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

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