#A55339

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

Shades of Orange Roughy #A55339

Tints of Orange Roughy #A55339

Color information

#A55339 (or 0xA55339) is unknown color: approx Orange Roughy. HEX triplet: A5, 53 and 39. RGB value is (165,83,57). Sum of RGB (Red+Green+Blue) = 165+83+57=305 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.10% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 57 (22.66% from 255 or 18.69% from 305); Max value from RGB is 165 - color contains mainly: red. Hex color #A55339 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55339 is #5AACC6. Grayscale: #686868. Windows color (decimal): -5942471 or 3756965. OLE color: 3756965.

HSL color Cylindrical-coordinate representation of color #A55339: hue angle of 14.44º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A55339 is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB1658357-
CMYK00.500.650.35
HSL14.44º48.65%43.53%-
HSV(B)14.44º65.45%64.71%-
XYZ19.3514.485.65-
YUV104.55101.17171.11-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 54.10%
GREEN value IS 83 (32.81% from 255) = 27.21%
BLUE value IS 57 (22.66% from 255) = 18.69%
R=54.10%
G=27.21%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165835700.500.650.3514.4448.6543.53
HexA553390324123e312c
Octal2451237106210143166154
Binary101001011010011111001011001010000011000111110110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55339; }

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

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

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

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

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

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

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

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