Html Css Color HEX #AD5036 Orange Roughy

📋 copy color: '#AD5036'

red 173 ◦ green 80 ◦ blue 54

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

Shades of Orange Roughy #AD5036

Tints of Orange Roughy #AD5036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.59%

R = 56.35%
G = 26.06%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AD5036 (or 0xAD5036) is known color: Orange Roughy. HEX triplet: AD, 50 and 36. RGB value is (173,80,54). Sum of RGB (Red+Green+Blue) = 173+80+54=307 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.35% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 54 (21.48% from 255 or 17.59% from 307); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5036 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5036 is #52AFC9. Grayscale: #696969. Windows color (decimal): -5418954 or 3559597. OLE color: 3559597.

HSL color Cylindrical-coordinate representation of color #AD5036: hue angle of 13.11º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD5036 is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 80 54 -
CMYK 0 0.54 0.69 0.32
HSL 13.11º 0.52% 0.45% -
HSV(B) 13.11º 0.69% 0.68% -
XYZ 20.77 14.89 5.27 -
YUV 104.84 99.31 176.61 -
System Red Green Blue C M Y K H S L
Decimal 173 80 54 0 0.54 0.69 0.32 13.11 0.52 0.45
Hex AD 50 36 0 36 45 20 D 34 2D
Octal 255 120 66 0 66 105 40 15 64 55
Binary 10101101 1010000 110110 0 110110 1000101 100000 1101 110100 101101

Color Harmonies of #AD5036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5036

Black with #AD5036

Text Example


Text Example

White with #AD5036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5036; }

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

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

background-color css

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

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

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

border-color css

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

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

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