#A94A33

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

Shades of Orange Roughy #A94A33

Tints of Orange Roughy #A94A33

Color information

#A94A33 (or 0xA94A33) is unknown color: approx Orange Roughy. HEX triplet: A9, 4A and 33. RGB value is (169,74,51). Sum of RGB (Red+Green+Blue) = 169+74+51=294 (38% of max value = 765). Red value is 169 (66.41% from 255 or 57.48% from 294); Green value is 74 (29.30% from 255 or 25.17% from 294); Blue value is 51 (20.31% from 255 or 17.35% from 294); Max value from RGB is 169 - color contains mainly: red. Hex color #A94A33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A94A33 is #56B5CC. Grayscale: #636363. Windows color (decimal): -5682637 or 3361449. OLE color: 3361449.

HSL color Cylindrical-coordinate representation of color #A94A33: hue angle of 11.69º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A94A33 is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.34.

Color convert

RGB1697451-
CMYK00.560.700.34
HSL11.69º53.64%43.14%-
HSV(B)11.69º69.82%66.27%-
XYZ19.4113.574.73-
YUV99.78100.47177.37-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 57.48%
GREEN value IS 74 (29.30% from 255) = 25.17%
BLUE value IS 51 (20.31% from 255) = 17.35%
R=57.48%
G=25.17%
B=17.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.70
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169745100.560.700.3411.6953.6443.14
HexA94A330384622c362b
Octal2511126307010642146653
Binary101010011001010110011011100010001101000101100110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94A33; }

 p { color: rgb(169,74,51); }

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

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

 a { background-color: rgb(169,74,51); }

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

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

 span { border-color: rgb(169,74,51); }

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