Html Css Color HEX #AD553D Orange Roughy

📋 copy color: '#AD553D'

red 173 ◦ green 85 ◦ blue 61

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

Shades of Orange Roughy #AD553D

Tints of Orange Roughy #AD553D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.65%

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

R = 54.23%
G = 26.65%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AD553D (or 0xAD553D) is known color: Orange Roughy. HEX triplet: AD, 55 and 3D. RGB value is (173,85,61). Sum of RGB (Red+Green+Blue) = 173+85+61=319 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.23% from 319); Green value is 85 (33.59% from 255 or 26.65% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 173 - color contains mainly: red. Hex color #AD553D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD553D is #52AAC2. Grayscale: #6C6C6C. Windows color (decimal): -5417667 or 4019629. OLE color: 4019629.

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

Color convert

RGB 173 85 61 -
CMYK 0 0.51 0.65 0.32
HSL 12.86º 0.48% 0.46% -
HSV(B) 12.86º 0.65% 0.68% -
XYZ 21.32 15.72 6.32 -
YUV 108.58 101.15 173.95 -
System Red Green Blue C M Y K H S L
Decimal 173 85 61 0 0.51 0.65 0.32 12.86 0.48 0.46
Hex AD 55 3D 0 33 41 20 D 30 2E
Octal 255 125 75 0 63 101 40 15 60 56
Binary 10101101 1010101 111101 0 110011 1000001 100000 1101 110000 101110

Color Harmonies of #AD553D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD553D

Black with #AD553D

Text Example


Text Example

White with #AD553D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD553D; }

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

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

background-color css

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

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

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

border-color css

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

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

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