Html Css Color HEX #AD503C Orange Roughy

📋 copy color: '#AD503C'

red 173 ◦ green 80 ◦ blue 60

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

Shades of Orange Roughy #AD503C

Tints of Orange Roughy #AD503C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.17%

R = 55.27%
G = 25.56%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AD503C (or 0xAD503C) is known color: Orange Roughy. HEX triplet: AD, 50 and 3C. RGB value is (173,80,60). Sum of RGB (Red+Green+Blue) = 173+80+60=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD503C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD503C is #52AFC3. Grayscale: #696969. Windows color (decimal): -5418948 or 3952813. OLE color: 3952813.

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

Color convert

RGB 173 80 60 -
CMYK 0 0.54 0.65 0.32
HSL 10.62º 0.48% 0.46% -
HSV(B) 10.62º 0.65% 0.68% -
XYZ 20.92 14.95 6.06 -
YUV 105.53 102.31 176.13 -
System Red Green Blue C M Y K H S L
Decimal 173 80 60 0 0.54 0.65 0.32 10.62 0.48 0.46
Hex AD 50 3C 0 36 41 20 B 30 2E
Octal 255 120 74 0 66 101 40 13 60 56
Binary 10101101 1010000 111100 0 110110 1000001 100000 1011 110000 101110

Color Harmonies of #AD503C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD503C

Black with #AD503C

Text Example


Text Example

White with #AD503C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD503C; }

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

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

background-color css

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

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

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

border-color css

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

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

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