Html Css Color HEX #AD503A Orange Roughy

📋 copy color: '#AD503A'

red 173 ◦ green 80 ◦ blue 58

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

Shades of Orange Roughy #AD503A

Tints of Orange Roughy #AD503A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.72%

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

R = 55.63%
G = 25.72%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AD503A (or 0xAD503A) is known color: Orange Roughy. HEX triplet: AD, 50 and 3A. RGB value is (173,80,58). Sum of RGB (Red+Green+Blue) = 173+80+58=311 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.63% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 173 - color contains mainly: red. Hex color #AD503A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD503A is #52AFC5. Grayscale: #696969. Windows color (decimal): -5418950 or 3821741. OLE color: 3821741.

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

Color convert

RGB 173 80 58 -
CMYK 0 0.54 0.66 0.32
HSL 11.48º 0.5% 0.45% -
HSV(B) 11.48º 0.66% 0.68% -
XYZ 20.87 14.93 5.78 -
YUV 105.3 101.31 176.29 -
System Red Green Blue C M Y K H S L
Decimal 173 80 58 0 0.54 0.66 0.32 11.48 0.5 0.45
Hex AD 50 3A 0 36 42 20 B 32 2D
Octal 255 120 72 0 66 102 40 13 62 55
Binary 10101101 1010000 111010 0 110110 1000010 100000 1011 110010 101101

Color Harmonies of #AD503A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD503A

Black with #AD503A

Text Example


Text Example

White with #AD503A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD503A; }

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

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

background-color css

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

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

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

border-color css

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

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

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