#A35439

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

Shades of Orange Roughy #A35439

Tints of Orange Roughy #A35439

Color information

#A35439 (or 0xA35439) is unknown color: approx Orange Roughy. HEX triplet: A3, 54 and 39. RGB value is (163,84,57). Sum of RGB (Red+Green+Blue) = 163+84+57=304 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.62% from 304); Green value is 84 (33.20% from 255 or 27.63% from 304); Blue value is 57 (22.66% from 255 or 18.75% from 304); Max value from RGB is 163 - color contains mainly: red. Hex color #A35439 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35439 is #5CABC6. Grayscale: #686868. Windows color (decimal): -6073287 or 3757219. OLE color: 3757219.

HSL color Cylindrical-coordinate representation of color #A35439: hue angle of 15.28º 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 #A35439 is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.36.

Color convert

RGB1638457-
CMYK00.480.650.36
HSL15.28º48.18%43.14%-
HSV(B)15.28º65.03%63.92%-
XYZ19.0114.425.65-
YUV104.54101.17169.7-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.62%
GREEN value IS 84 (33.20% from 255) = 27.63%
BLUE value IS 57 (22.66% from 255) = 18.75%
R=53.62%
G=27.63%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163845700.480.650.3615.2848.1843.14
HexA354390304124f302b
Octal2431247106010144176053
Binary101000111010100111001011000010000011001001111110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35439; }

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

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

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

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

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

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

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

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