#A54935

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

Shades of Orange Roughy #A54935

Tints of Orange Roughy #A54935

Color information

#A54935 (or 0xA54935) is unknown color: approx Orange Roughy. HEX triplet: A5, 49 and 35. RGB value is (165,73,53). Sum of RGB (Red+Green+Blue) = 165+73+53=291 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.70% from 291); Green value is 73 (28.91% from 255 or 25.09% from 291); Blue value is 53 (21.09% from 255 or 18.21% from 291); Max value from RGB is 165 - color contains mainly: red. Hex color #A54935 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54935 is #5AB6CA. Grayscale: #626262. Windows color (decimal): -5945035 or 3492261. OLE color: 3492261.

HSL color Cylindrical-coordinate representation of color #A54935: hue angle of 10.71º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A54935 is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB1657353-
CMYK00.560.680.35
HSL10.71º51.38%42.75%-
HSV(B)10.71º67.88%64.71%-
XYZ18.5413.024.9-
YUV98.23102.48175.63-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 56.70%
GREEN value IS 73 (28.91% from 255) = 25.09%
BLUE value IS 53 (21.09% from 255) = 18.21%
R=56.70%
G=25.09%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165735300.560.680.3510.7151.3842.75
HexA549350384423b332b
Octal2451116507010443136353
Binary101001011001001110101011100010001001000111011110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54935; }

 p { color: rgb(165,73,53); }

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

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

 a { background-color: rgb(165,73,53); }

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

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

 span { border-color: rgb(165,73,53); }

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