Html Css Color HEX #AD563B Orange Roughy

📋 copy color: '#AD563B'

red 173 ◦ green 86 ◦ blue 59

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

Shades of Orange Roughy #AD563B

Tints of Orange Roughy #AD563B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.04%

 BLUE value IS 59 (23.44% from 255) = 18.55%

R = 54.4%
G = 27.04%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AD563B (or 0xAD563B) is known color: Orange Roughy. HEX triplet: AD, 56 and 3B. RGB value is (173,86,59). Sum of RGB (Red+Green+Blue) = 173+86+59=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 59 (23.44% from 255 or 18.55% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD563B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD563B is #52A9C4. Grayscale: #6D6D6D. Windows color (decimal): -5417413 or 3888813. OLE color: 3888813.

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

Color convert

RGB 173 86 59 -
CMYK 0 0.50 0.66 0.32
HSL 14.21º 0.49% 0.45% -
HSV(B) 14.21º 0.66% 0.68% -
XYZ 21.35 15.86 6.07 -
YUV 108.94 99.82 173.7 -
System Red Green Blue C M Y K H S L
Decimal 173 86 59 0 0.50 0.66 0.32 14.21 0.49 0.45
Hex AD 56 3B 0 32 42 20 E 31 2D
Octal 255 126 73 0 62 102 40 16 61 55
Binary 10101101 1010110 111011 0 110010 1000010 100000 1110 110001 101101

Color Harmonies of #AD563B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD563B

Black with #AD563B

Text Example


Text Example

White with #AD563B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD563B; }

 p { color: rgb(173,86,59); }

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

background-color css

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

 a { background-color: rgb(173,86,59); }

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

border-color css

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

 span { border-color: rgb(173,86,59); }

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