#A94D33

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

Shades of Orange Roughy #A94D33

Tints of Orange Roughy #A94D33

Color information

#A94D33 (or 0xA94D33) is unknown color: approx Orange Roughy. HEX triplet: A9, 4D and 33. RGB value is (169,77,51). Sum of RGB (Red+Green+Blue) = 169+77+51=297 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.90% from 297); Green value is 77 (30.47% from 255 or 25.93% from 297); Blue value is 51 (20.31% from 255 or 17.17% from 297); Max value from RGB is 169 - color contains mainly: red. Hex color #A94D33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A94D33 is #56B2CC. Grayscale: #656565. Windows color (decimal): -5681869 or 3362217. OLE color: 3362217.

HSL color Cylindrical-coordinate representation of color #A94D33: hue angle of 13.22º 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 #A94D33 is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.34.

Color convert

RGB1697751-
CMYK00.540.700.34
HSL13.22º53.64%43.14%-
HSV(B)13.22º69.82%66.27%-
XYZ19.6113.984.8-
YUV101.5499.48176.11-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 56.90%
GREEN value IS 77 (30.47% from 255) = 25.93%
BLUE value IS 51 (20.31% from 255) = 17.17%
R=56.90%
G=25.93%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.70
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169775100.540.700.3413.2253.6443.14
HexA94D330364622d362b
Octal2511156306610642156653
Binary101010011001101110011011011010001101000101101110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94D33; }

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

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

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

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

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

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

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

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