#AD4D3A

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

Shades of Orange Roughy #AD4D3A

Tints of Orange Roughy #AD4D3A

Color information

#AD4D3A (or 0xAD4D3A) is unknown color: approx Orange Roughy. HEX triplet: AD, 4D and 3A. RGB value is (173,77,58). Sum of RGB (Red+Green+Blue) = 173+77+58=308 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.17% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 58 (23.05% from 255 or 18.83% from 308); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4D3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD4D3A is #52B2C5. Grayscale: #676767. Windows color (decimal): -5419718 or 3820973. OLE color: 3820973.

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

Color convert

RGB1737758-
CMYK00.550.660.32
HSL9.91º49.78%45.29%-
HSV(B)9.91º66.47%67.84%-
XYZ20.6514.55.71-
YUV103.54102.3177.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 56.17%
GREEN value IS 77 (30.47% from 255) = 25%
BLUE value IS 58 (23.05% from 255) = 18.83%
R=56.17%
G=25%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173775800.550.660.329.9149.7845.29
HexAD4D3A0374220a322d
Octal2551157206710240126255
Binary101011011001101111010011011110000101000001010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4D3A; }

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

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

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

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

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

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

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

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