Html Css Color HEX #AD503D Orange Roughy

📋 copy color: '#AD503D'

red 173 ◦ green 80 ◦ blue 61

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

Shades of Orange Roughy #AD503D

Tints of Orange Roughy #AD503D

RGB

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

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

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

R = 55.1%
G = 25.48%
B = 19.43%

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

#AD503D (or 0xAD503D) is known color: Orange Roughy. HEX triplet: AD, 50 and 3D. RGB value is (173,80,61). Sum of RGB (Red+Green+Blue) = 173+80+61=314 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.10% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 61 (24.22% from 255 or 19.43% from 314); Max value from RGB is 173 - color contains mainly: red. Hex color #AD503D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD503D is #52AFC2. Grayscale: #696969. Windows color (decimal): -5418947 or 4018349. OLE color: 4018349.

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

Color convert

RGB 173 80 61 -
CMYK 0 0.54 0.65 0.32
HSL 10.18º 0.48% 0.46% -
HSV(B) 10.18º 0.65% 0.68% -
XYZ 20.94 14.96 6.2 -
YUV 105.64 102.81 176.04 -
System Red Green Blue C M Y K H S L
Decimal 173 80 61 0 0.54 0.65 0.32 10.18 0.48 0.46
Hex AD 50 3D 0 36 41 20 A 30 2E
Octal 255 120 75 0 66 101 40 12 60 56
Binary 10101101 1010000 111101 0 110110 1000001 100000 1010 110000 101110

Color Harmonies of #AD503D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD503D

Black with #AD503D

Text Example


Text Example

White with #AD503D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD503D; }

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

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

background-color css

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

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

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

border-color css

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

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

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