Html Css Color HEX #AD5138 Orange Roughy

📋 copy color: '#AD5138'

red 173 ◦ green 81 ◦ blue 56

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

Shades of Orange Roughy #AD5138

Tints of Orange Roughy #AD5138

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.13%

 BLUE value IS 56 (22.27% from 255) = 18.06%

R = 55.81%
G = 26.13%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#AD5138 (or 0xAD5138) is known color: Orange Roughy. HEX triplet: AD, 51 and 38. RGB value is (173,81,56). Sum of RGB (Red+Green+Blue) = 173+81+56=310 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.81% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 56 (22.27% from 255 or 18.06% from 310); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5138 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5138 is #52AEC7. Grayscale: #696969. Windows color (decimal): -5418696 or 3690925. OLE color: 3690925.

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

Color convert

RGB 173 81 56 -
CMYK 0 0.53 0.68 0.32
HSL 12.82º 0.51% 0.45% -
HSV(B) 12.82º 0.68% 0.68% -
XYZ 20.89 15.05 5.55 -
YUV 105.66 99.98 176.03 -
System Red Green Blue C M Y K H S L
Decimal 173 81 56 0 0.53 0.68 0.32 12.82 0.51 0.45
Hex AD 51 38 0 35 44 20 D 33 2D
Octal 255 121 70 0 65 104 40 15 63 55
Binary 10101101 1010001 111000 0 110101 1000100 100000 1101 110011 101101

Color Harmonies of #AD5138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5138

Black with #AD5138

Text Example


Text Example

White with #AD5138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5138; }

 p { color: rgb(173,81,56); }

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

background-color css

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

 a { background-color: rgb(173,81,56); }

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

border-color css

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

 span { border-color: rgb(173,81,56); }

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