Html Css Color HEX #AD583D Orange Roughy

📋 copy color: '#AD583D'

red 173 ◦ green 88 ◦ blue 61

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

Shades of Orange Roughy #AD583D

Tints of Orange Roughy #AD583D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.33%

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

R = 53.73%
G = 27.33%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AD583D (or 0xAD583D) is known color: Orange Roughy. HEX triplet: AD, 58 and 3D. RGB value is (173,88,61). Sum of RGB (Red+Green+Blue) = 173+88+61=322 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.73% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 61 (24.22% from 255 or 18.94% from 322); Max value from RGB is 173 - color contains mainly: red. Hex color #AD583D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD583D is #52A7C2. Grayscale: #6E6E6E. Windows color (decimal): -5416899 or 4020397. OLE color: 4020397.

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

Color convert

RGB 173 88 61 -
CMYK 0 0.49 0.65 0.32
HSL 14.46º 0.48% 0.46% -
HSV(B) 14.46º 0.65% 0.68% -
XYZ 21.57 16.2 6.41 -
YUV 110.34 100.16 172.7 -
System Red Green Blue C M Y K H S L
Decimal 173 88 61 0 0.49 0.65 0.32 14.46 0.48 0.46
Hex AD 58 3D 0 31 41 20 E 30 2E
Octal 255 130 75 0 61 101 40 16 60 56
Binary 10101101 1011000 111101 0 110001 1000001 100000 1110 110000 101110

Color Harmonies of #AD583D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD583D

Black with #AD583D

Text Example


Text Example

White with #AD583D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD583D; }

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

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

background-color css

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

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

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

border-color css

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

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

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