Html Css Color HEX #AD563F Orange Roughy

📋 copy color: '#AD563F'

red 173 ◦ green 86 ◦ blue 63

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

Shades of Orange Roughy #AD563F

Tints of Orange Roughy #AD563F

RGB

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

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

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

R = 53.73%
G = 26.71%
B = 19.57%

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

#AD563F (or 0xAD563F) is known color: Orange Roughy. HEX triplet: AD, 56 and 3F. RGB value is (173,86,63). Sum of RGB (Red+Green+Blue) = 173+86+63=322 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.73% from 322); Green value is 86 (33.98% from 255 or 26.71% from 322); Blue value is 63 (25% from 255 or 19.57% from 322); Max value from RGB is 173 - color contains mainly: red. Hex color #AD563F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD563F is #52A9C0. Grayscale: #6D6D6D. Windows color (decimal): -5417409 or 4150957. OLE color: 4150957.

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

Color convert

RGB 173 86 63 -
CMYK 0 0.50 0.64 0.32
HSL 12.55º 0.47% 0.46% -
HSV(B) 12.55º 0.64% 0.68% -
XYZ 21.46 15.9 6.64 -
YUV 109.39 101.82 173.37 -
System Red Green Blue C M Y K H S L
Decimal 173 86 63 0 0.50 0.64 0.32 12.55 0.47 0.46
Hex AD 56 3F 0 32 40 20 D 2F 2E
Octal 255 126 77 0 62 100 40 15 57 56
Binary 10101101 1010110 111111 0 110010 1000000 100000 1101 101111 101110

Color Harmonies of #AD563F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD563F

Black with #AD563F

Text Example


Text Example

White with #AD563F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD563F; }

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

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

background-color css

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

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

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

border-color css

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

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

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