Html Css Color HEX #AD593A Orange Roughy

📋 copy color: '#AD593A'

red 173 ◦ green 89 ◦ blue 58

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

Shades of Orange Roughy #AD593A

Tints of Orange Roughy #AD593A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.81%

 BLUE value IS 58 (23.05% from 255) = 18.13%

R = 54.06%
G = 27.81%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AD593A (or 0xAD593A) is known color: Orange Roughy. HEX triplet: AD, 59 and 3A. RGB value is (173,89,58). Sum of RGB (Red+Green+Blue) = 173+89+58=320 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.06% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 58 (23.05% from 255 or 18.12% from 320); Max value from RGB is 173 - color contains mainly: red. Hex color #AD593A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD593A is #52A6C5. Grayscale: #6E6E6E. Windows color (decimal): -5416646 or 3824045. OLE color: 3824045.

HSL color Cylindrical-coordinate representation of color #AD593A: hue angle of 16.17º degrees, saturation: 0.5, 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 #AD593A is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 89 58 -
CMYK 0 0.49 0.66 0.32
HSL 16.17º 0.5% 0.45% -
HSV(B) 16.17º 0.66% 0.68% -
XYZ 21.57 16.33 6.02 -
YUV 110.58 98.33 172.52 -
System Red Green Blue C M Y K H S L
Decimal 173 89 58 0 0.49 0.66 0.32 16.17 0.5 0.45
Hex AD 59 3A 0 31 42 20 10 32 2D
Octal 255 131 72 0 61 102 40 20 62 55
Binary 10101101 1011001 111010 0 110001 1000010 100000 10000 110010 101101

Color Harmonies of #AD593A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD593A

Black with #AD593A

Text Example


Text Example

White with #AD593A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD593A; }

 p { color: rgb(173,89,58); }

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

background-color css

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

 a { background-color: rgb(173,89,58); }

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

border-color css

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

 span { border-color: rgb(173,89,58); }

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