#AD5233

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

Shades of Orange Roughy #AD5233

Tints of Orange Roughy #AD5233

Color information

#AD5233 (or 0xAD5233) is unknown color: approx Orange Roughy. HEX triplet: AD, 52 and 33. RGB value is (173,82,51). Sum of RGB (Red+Green+Blue) = 173+82+51=306 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.54% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 51 (20.31% from 255 or 16.67% from 306); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5233 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5233 is #52ADCC. Grayscale: #696969. Windows color (decimal): -5418445 or 3363501. OLE color: 3363501.

HSL color Cylindrical-coordinate representation of color #AD5233: hue angle of 15.25º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD5233 is Cyan = 0, Magento = 0.53, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB1738251-
CMYK00.530.710.32
HSL15.25º54.46%43.92%-
HSV(B)15.25º70.52%67.84%-
XYZ20.8515.164.96-
YUV105.6797.15176.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 56.54%
GREEN value IS 82 (32.42% from 255) = 26.80%
BLUE value IS 51 (20.31% from 255) = 16.67%
R=56.54%
G=26.80%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173825100.530.710.3215.2554.4643.92
HexAD52330354720f362c
Octal2551226306510740176654
Binary101011011010010110011011010110001111000001111110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5233; }

 p { color: rgb(173,82,51); }

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

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

 a { background-color: rgb(173,82,51); }

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

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

 span { border-color: rgb(173,82,51); }

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