#AD553A

Color #AD553A Orange Roughy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orange Roughy #AD553A

Tints of Orange Roughy #AD553A

Color information

#AD553A (or 0xAD553A) is unknown color: approx Orange Roughy. HEX triplet: AD, 55 and 3A. RGB value is (173,85,58). Sum of RGB (Red+Green+Blue) = 173+85+58=316 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.75% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 58 (23.05% from 255 or 18.35% from 316); Max value from RGB is 173 - color contains mainly: red. Hex color #AD553A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD553A is #52AAC5. Grayscale: #6C6C6C. Windows color (decimal): -5417670 or 3823021. OLE color: 3823021.

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

Color convert

RGB1738558-
CMYK00.510.660.32
HSL14.09º49.78%45.29%-
HSV(B)14.09º66.47%67.84%-
XYZ21.2515.695.91-
YUV108.2399.65174.2-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 54.75%
GREEN value IS 85 (33.59% from 255) = 26.90%
BLUE value IS 58 (23.05% from 255) = 18.35%
R=54.75%
G=26.90%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173855800.510.660.3214.0949.7845.29
HexAD553A0334220e322d
Octal2551257206310240166255
Binary101011011010101111010011001110000101000001110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD553A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD553A; }

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

 H1.HeaderClassName
 {
   color: #AD553A;
 }
 .AnyTagClassName
 {
   color: #AD553A;
 }
</style>
background-color css

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

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

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

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

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

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