Html Css Color HEX #AD513C Orange Roughy

📋 copy color: '#AD513C'

red 173 ◦ green 81 ◦ blue 60

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

Shades of Orange Roughy #AD513C

Tints of Orange Roughy #AD513C

RGB

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

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

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

R = 55.1%
G = 25.8%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AD513C (or 0xAD513C) is known color: Orange Roughy. HEX triplet: AD, 51 and 3C. RGB value is (173,81,60). Sum of RGB (Red+Green+Blue) = 173+81+60=314 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.10% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 173 - color contains mainly: red. Hex color #AD513C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD513C is #52AEC3. Grayscale: #6A6A6A. Windows color (decimal): -5418692 or 3953069. OLE color: 3953069.

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

Color convert

RGB 173 81 60 -
CMYK 0 0.53 0.65 0.32
HSL 11.15º 0.48% 0.46% -
HSV(B) 11.15º 0.65% 0.68% -
XYZ 20.99 15.1 6.08 -
YUV 106.11 101.98 175.71 -
System Red Green Blue C M Y K H S L
Decimal 173 81 60 0 0.53 0.65 0.32 11.15 0.48 0.46
Hex AD 51 3C 0 35 41 20 B 30 2E
Octal 255 121 74 0 65 101 40 13 60 56
Binary 10101101 1010001 111100 0 110101 1000001 100000 1011 110000 101110

Color Harmonies of #AD513C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD513C

Black with #AD513C

Text Example


Text Example

White with #AD513C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD513C; }

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

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

background-color css

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

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

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

border-color css

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

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

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