Html Css Color HEX #AD5139 Orange Roughy

📋 copy color: '#AD5139'

red 173 ◦ green 81 ◦ blue 57

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

Shades of Orange Roughy #AD5139

Tints of Orange Roughy #AD5139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 18.33%

R = 55.63%
G = 26.05%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#AD5139 (or 0xAD5139) is known color: Orange Roughy. HEX triplet: AD, 51 and 39. RGB value is (173,81,57). Sum of RGB (Red+Green+Blue) = 173+81+57=311 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.63% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 57 (22.66% from 255 or 18.33% from 311); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5139 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5139 is #52AEC6. Grayscale: #696969. Windows color (decimal): -5418695 or 3756461. OLE color: 3756461.

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

Color convert

RGB 173 81 57 -
CMYK 0 0.53 0.67 0.32
HSL 12.41º 0.5% 0.45% -
HSV(B) 12.41º 0.67% 0.68% -
XYZ 20.91 15.06 5.68 -
YUV 105.77 100.48 175.95 -
System Red Green Blue C M Y K H S L
Decimal 173 81 57 0 0.53 0.67 0.32 12.41 0.5 0.45
Hex AD 51 39 0 35 43 20 C 32 2D
Octal 255 121 71 0 65 103 40 14 62 55
Binary 10101101 1010001 111001 0 110101 1000011 100000 1100 110010 101101

Color Harmonies of #AD5139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5139

Black with #AD5139

Text Example


Text Example

White with #AD5139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5139; }

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

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

background-color css

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

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

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

border-color css

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

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

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