#A35239

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

Shades of Orange Roughy #A35239

Tints of Orange Roughy #A35239

Color information

#A35239 (or 0xA35239) is unknown color: approx Orange Roughy. HEX triplet: A3, 52 and 39. RGB value is (163,82,57). Sum of RGB (Red+Green+Blue) = 163+82+57=302 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.97% from 302); Green value is 82 (32.42% from 255 or 27.15% from 302); Blue value is 57 (22.66% from 255 or 18.87% from 302); Max value from RGB is 163 - color contains mainly: red. Hex color #A35239 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35239 is #5CADC6. Grayscale: #676767. Windows color (decimal): -6073799 or 3756707. OLE color: 3756707.

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

Color convert

RGB1638257-
CMYK00.500.650.36
HSL14.15º48.18%43.14%-
HSV(B)14.15º65.03%63.92%-
XYZ18.8614.125.6-
YUV103.37101.84170.53-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.97%
GREEN value IS 82 (32.42% from 255) = 27.15%
BLUE value IS 57 (22.66% from 255) = 18.87%
R=53.97%
G=27.15%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163825700.500.650.3614.1548.1843.14
HexA352390324124e302b
Octal2431227106210144166053
Binary101000111010010111001011001010000011001001110110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35239; }

 p { color: rgb(163,82,57); }

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

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

 a { background-color: rgb(163,82,57); }

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

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

 span { border-color: rgb(163,82,57); }

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