#A94E3D

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

Shades of Orange Roughy #A94E3D

Tints of Orange Roughy #A94E3D

Color information

#A94E3D (or 0xA94E3D) is unknown color: approx Orange Roughy. HEX triplet: A9, 4E and 3D. RGB value is (169,78,61). Sum of RGB (Red+Green+Blue) = 169+78+61=308 (40% of max value = 765). Red value is 169 (66.41% from 255 or 54.87% from 308); Green value is 78 (30.86% from 255 or 25.32% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 169 - color contains mainly: red. Hex color #A94E3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A94E3D is #56B1C2. Grayscale: #676767. Windows color (decimal): -5681603 or 4017833. OLE color: 4017833.

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

Color convert

RGB1697861-
CMYK00.540.640.34
HSL9.44º46.96%45.1%-
HSV(B)9.44º63.91%66.27%-
XYZ19.9314.226.11-
YUV103.27104.15174.88-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 54.87%
GREEN value IS 78 (30.86% from 255) = 25.32%
BLUE value IS 61 (24.22% from 255) = 19.81%
R=54.87%
G=25.32%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.64
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169786100.540.640.349.4446.9645.1
HexA94E3D036402292f2d
Octal2511167506610042115755
Binary101010011001110111101011011010000001000101001101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94E3D; }

 p { color: rgb(169,78,61); }

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

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

 a { background-color: rgb(169,78,61); }

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

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

 span { border-color: rgb(169,78,61); }

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