#A84935

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

Shades of Orange Roughy #A84935

Tints of Orange Roughy #A84935

Color information

#A84935 (or 0xA84935) is unknown color: approx Orange Roughy. HEX triplet: A8, 49 and 35. RGB value is (168,73,53). Sum of RGB (Red+Green+Blue) = 168+73+53=294 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.14% from 294); Green value is 73 (28.91% from 255 or 24.83% from 294); Blue value is 53 (21.09% from 255 or 18.03% from 294); Max value from RGB is 168 - color contains mainly: red. Hex color #A84935 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84935 is #57B6CA. Grayscale: #636363. Windows color (decimal): -5748427 or 3492264. OLE color: 3492264.

HSL color Cylindrical-coordinate representation of color #A84935: hue angle of 10.43º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A84935 is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.34.

Color convert

RGB1687353-
CMYK00.570.680.34
HSL10.43º52.04%43.33%-
HSV(B)10.43º68.45%65.88%-
XYZ19.1713.354.93-
YUV99.12101.97177.13-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 57.14%
GREEN value IS 73 (28.91% from 255) = 24.83%
BLUE value IS 53 (21.09% from 255) = 18.03%
R=57.14%
G=24.83%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.68
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168735300.570.680.3410.4352.0443.33
HexA849350394422a342b
Octal2501116507110442126453
Binary101010001001001110101011100110001001000101010110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84935; }

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

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

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

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

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

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

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

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