#AD4E3A

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

Shades of Orange Roughy #AD4E3A

Tints of Orange Roughy #AD4E3A

Color information

#AD4E3A (or 0xAD4E3A) is unknown color: approx Orange Roughy. HEX triplet: AD, 4E and 3A. RGB value is (173,78,58). Sum of RGB (Red+Green+Blue) = 173+78+58=309 (40% of max value = 765). Red value is 173 (67.97% from 255 or 55.99% from 309); Green value is 78 (30.86% from 255 or 25.24% from 309); Blue value is 58 (23.05% from 255 or 18.77% from 309); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4E3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD4E3A is #52B1C5. Grayscale: #686868. Windows color (decimal): -5419462 or 3821229. OLE color: 3821229.

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

Color convert

RGB1737858-
CMYK00.550.660.32
HSL10.43º49.78%45.29%-
HSV(B)10.43º66.47%67.84%-
XYZ20.7214.645.74-
YUV104.12101.97177.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 55.99%
GREEN value IS 78 (30.86% from 255) = 25.24%
BLUE value IS 58 (23.05% from 255) = 18.77%
R=55.99%
G=25.24%
B=18.77%

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
Decimal173785800.550.660.3210.4349.7845.29
HexAD4E3A0374220a322d
Octal2551167206710240126255
Binary101011011001110111010011011110000101000001010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4E3A; }

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

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

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

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

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

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

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

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