#AE5338

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

Shades of Orange Roughy #AE5338

Tints of Orange Roughy #AE5338

Color information

#AE5338 (or 0xAE5338) is unknown color: approx Orange Roughy. HEX triplet: AE, 53 and 38. RGB value is (174,83,56). Sum of RGB (Red+Green+Blue) = 174+83+56=313 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.59% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 56 (22.27% from 255 or 17.89% from 313); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5338 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5338 is #51ACC7. Grayscale: #6B6B6B. Windows color (decimal): -5352648 or 3691438. OLE color: 3691438.

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

Color convert

RGB1748356-
CMYK00.520.680.32
HSL13.73º51.3%45.1%-
HSV(B)13.73º67.82%68.24%-
XYZ21.2615.475.61-
YUV107.1399.15175.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.59%
GREEN value IS 83 (32.81% from 255) = 26.52%
BLUE value IS 56 (22.27% from 255) = 17.89%
R=55.59%
G=26.52%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174835600.520.680.3213.7351.345.1
HexAE53380344420e332d
Octal2561237006410440166355
Binary101011101010011111000011010010001001000001110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5338; }

 p { color: rgb(174,83,56); }

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

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

 a { background-color: rgb(174,83,56); }

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

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

 span { border-color: rgb(174,83,56); }

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