Html Css Color HEX #AD583E Orange Roughy

📋 copy color: '#AD583E'

red 173 ◦ green 88 ◦ blue 62

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

Shades of Orange Roughy #AD583E

Tints of Orange Roughy #AD583E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.2%

R = 53.56%
G = 27.24%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AD583E (or 0xAD583E) is known color: Orange Roughy. HEX triplet: AD, 58 and 3E. RGB value is (173,88,62). Sum of RGB (Red+Green+Blue) = 173+88+62=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 62 (24.61% from 255 or 19.20% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD583E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD583E is #52A7C1. Grayscale: #6E6E6E. Windows color (decimal): -5416898 or 4085933. OLE color: 4085933.

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

Color convert

RGB 173 88 62 -
CMYK 0 0.49 0.64 0.32
HSL 14.05º 0.47% 0.46% -
HSV(B) 14.05º 0.64% 0.68% -
XYZ 21.59 16.21 6.55 -
YUV 110.45 100.66 172.61 -
System Red Green Blue C M Y K H S L
Decimal 173 88 62 0 0.49 0.64 0.32 14.05 0.47 0.46
Hex AD 58 3E 0 31 40 20 E 2F 2E
Octal 255 130 76 0 61 100 40 16 57 56
Binary 10101101 1011000 111110 0 110001 1000000 100000 1110 101111 101110

Color Harmonies of #AD583E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD583E

Black with #AD583E

Text Example


Text Example

White with #AD583E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD583E; }

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

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

background-color css

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

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

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

border-color css

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

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

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