#A94C3B

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

Shades of Orange Roughy #A94C3B

Tints of Orange Roughy #A94C3B

Color information

#A94C3B (or 0xA94C3B) is unknown color: approx Orange Roughy. HEX triplet: A9, 4C and 3B. RGB value is (169,76,59). Sum of RGB (Red+Green+Blue) = 169+76+59=304 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.59% from 304); Green value is 76 (30.08% from 255 or 25% from 304); Blue value is 59 (23.44% from 255 or 19.41% from 304); Max value from RGB is 169 - color contains mainly: red. Hex color #A94C3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A94C3B is #56B3C4. Grayscale: #666666. Windows color (decimal): -5682117 or 3886249. OLE color: 3886249.

HSL color Cylindrical-coordinate representation of color #A94C3B: hue angle of 9.27º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A94C3B is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.34.

Color convert

RGB1697659-
CMYK00.550.650.34
HSL9.27º48.25%44.71%-
HSV(B)9.27º65.09%66.27%-
XYZ19.7413.925.78-
YUV101.87103.81175.88-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 55.59%
GREEN value IS 76 (30.08% from 255) = 25%
BLUE value IS 59 (23.44% from 255) = 19.41%
R=55.59%
G=25%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.65
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169765900.550.650.349.2748.2544.71
HexA94C3B03741229302d
Octal2511147306710142116055
Binary101010011001100111011011011110000011000101001110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94C3B; }

 p { color: rgb(169,76,59); }

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

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

 a { background-color: rgb(169,76,59); }

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

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

 span { border-color: rgb(169,76,59); }

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