Html Css Color HEX #AD573D Orange Roughy

📋 copy color: '#AD573D'

red 173 ◦ green 87 ◦ blue 61

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

Shades of Orange Roughy #AD573D

Tints of Orange Roughy #AD573D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19%

R = 53.89%
G = 27.1%
B = 19%

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

#AD573D (or 0xAD573D) is known color: Orange Roughy. HEX triplet: AD, 57 and 3D. RGB value is (173,87,61). Sum of RGB (Red+Green+Blue) = 173+87+61=321 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.89% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 61 (24.22% from 255 or 19.00% from 321); Max value from RGB is 173 - color contains mainly: red. Hex color #AD573D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD573D is #52A8C2. Grayscale: #6D6D6D. Windows color (decimal): -5417155 or 4020141. OLE color: 4020141.

HSL color Cylindrical-coordinate representation of color #AD573D: hue angle of 13.93º 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 #AD573D is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 87 61 -
CMYK 0 0.50 0.65 0.32
HSL 13.93º 0.48% 0.46% -
HSV(B) 13.93º 0.65% 0.68% -
XYZ 21.48 16.04 6.38 -
YUV 109.75 100.49 173.11 -
System Red Green Blue C M Y K H S L
Decimal 173 87 61 0 0.50 0.65 0.32 13.93 0.48 0.46
Hex AD 57 3D 0 32 41 20 E 30 2E
Octal 255 127 75 0 62 101 40 16 60 56
Binary 10101101 1010111 111101 0 110010 1000001 100000 1110 110000 101110

Color Harmonies of #AD573D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD573D

Black with #AD573D

Text Example


Text Example

White with #AD573D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD573D; }

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

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

background-color css

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

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

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

border-color css

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

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

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