#A15339

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

Shades of Orange Roughy #A15339

Tints of Orange Roughy #A15339

Color information

#A15339 (or 0xA15339) is unknown color: approx Orange Roughy. HEX triplet: A1, 53 and 39. RGB value is (161,83,57). Sum of RGB (Red+Green+Blue) = 161+83+57=301 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.49% from 301); Green value is 83 (32.81% from 255 or 27.57% from 301); Blue value is 57 (22.66% from 255 or 18.94% from 301); Max value from RGB is 161 - color contains mainly: red. Hex color #A15339 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15339 is #5EACC6. Grayscale: #676767. Windows color (decimal): -6204615 or 3756961. OLE color: 3756961.

HSL color Cylindrical-coordinate representation of color #A15339: hue angle of 15º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A15339 is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.37.

Color convert

RGB1618357-
CMYK00.480.650.37
HSL15º47.71%42.75%-
HSV(B)15º64.6%63.14%-
XYZ18.5314.065.61-
YUV103.36101.84169.11-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 53.49%
GREEN value IS 83 (32.81% from 255) = 27.57%
BLUE value IS 57 (22.66% from 255) = 18.94%
R=53.49%
G=27.57%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.65
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161835700.480.650.371547.7142.75
HexA153390304125f302b
Octal2411237106010145176053
Binary101000011010011111001011000010000011001011111110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15339; }

 p { color: rgb(161,83,57); }

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

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

 a { background-color: rgb(161,83,57); }

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

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

 span { border-color: rgb(161,83,57); }

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