#A35138

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

Shades of Orange Roughy #A35138

Tints of Orange Roughy #A35138

Color information

#A35138 (or 0xA35138) is unknown color: approx Orange Roughy. HEX triplet: A3, 51 and 38. RGB value is (163,81,56). Sum of RGB (Red+Green+Blue) = 163+81+56=300 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.33% from 300); Green value is 81 (32.03% from 255 or 27% from 300); Blue value is 56 (22.27% from 255 or 18.67% from 300); Max value from RGB is 163 - color contains mainly: red. Hex color #A35138 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35138 is #5CAEC7. Grayscale: #666666. Windows color (decimal): -6074056 or 3690915. OLE color: 3690915.

HSL color Cylindrical-coordinate representation of color #A35138: hue angle of 14.02º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A35138 is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB1638156-
CMYK00.500.660.36
HSL14.02º48.86%42.94%-
HSV(B)14.02º65.64%63.92%-
XYZ18.7613.965.45-
YUV102.67101.67171.03-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 54.33%
GREEN value IS 81 (32.03% from 255) = 27%
BLUE value IS 56 (22.27% from 255) = 18.67%
R=54.33%
G=27%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163815600.500.660.3614.0248.8642.94
HexA351380324224e312b
Octal2431217006210244166153
Binary101000111010001111000011001010000101001001110110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35138; }

 p { color: rgb(163,81,56); }

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

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

 a { background-color: rgb(163,81,56); }

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

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

 span { border-color: rgb(163,81,56); }

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